This commit is contained in:
Andrey Sharshov
2025-11-16 18:48:06 +01:00
commit c02d04073f
481 changed files with 52066 additions and 0 deletions

2
art/SGKUI/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.DS_Store
.objs/

2
art/SGKUI/SGKUI.fairy Normal file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<projectDescription id="fa67bc4b5eae30d412f4b4d39e4b4519" type="DOM" version="5.0"/>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="150,60" pivot="0.5,0.5" extention="Button">
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
<displayList>
<graph id="n0_e4sn" name="n0" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff252525" corner="10">
<gearDisplay controller="button" pages="0"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<graph id="n1_e4sn" name="n1" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff303030" corner="10">
<gearDisplay controller="button" pages="2"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<graph id="n2_e4sn" name="n2" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff303030" corner="10">
<gearDisplay controller="button" pages="1,3"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<text id="n3_e4sn" name="title" xy="0,0" size="150,60" font="ui://bccvco04rdld4" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" singleLine="true" text="Deposit">
<relation target="" sidePair="width-width,height-height"/>
</text>
</displayList>
<Button downEffect="scale" downEffectValue=".9"/>
</component>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="400,270" pivot="0.5,0.5" anchor="true">
<controller name="type" exported="true" pages="0,ok,1,ok_deposit" selected="0"/>
<displayList>
<graph id="n0_e4sn" name="background" xy="0,0" size="400,271" type="rect" lineSize="0" fillColor="#cc000000" corner="15">
<relation target="n2_e4sn" sidePair="height-height"/>
</graph>
<text id="n2_e4sn" name="message" xy="35,52" size="330,121" font="ui://bccvco04rdld4" fontSize="20" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" text="Error Message&#xA;"/>
<graph id="n3_e4sn" name="n3" xy="14,10" size="8,23" group="n7_e4sn" type="rect" corner="4"/>
<graph id="n6_e4sn" name="n6" xy="14,35" size="8,8" group="n7_e4sn" type="eclipse"/>
<group id="n7_e4sn" name="icon" xy="14,10" size="8,33"/>
<component id="n8_e4sn" name="ok" src="e4sn3" fileName="OkButton.xml" xy="125,181">
<gearDisplay controller="type" pages="0,1"/>
<gearXY controller="type" pages="0,1" values="125,181|34,181"/>
<relation target="n0_e4sn" sidePair="bottom-bottom"/>
</component>
<component id="n9_n8rc" name="deposit" src="n8rc7" fileName="DepositButton.xml" xy="214,180">
<gearDisplay controller="type" pages="1"/>
</component>
</displayList>
</component>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="1920,1080">
<controller name="layout" pages="0,portrait,1,landscape,2,desktop" selected="0"/>
<displayList>
<component id="n0_pznw" name="overlay" src="n8rc8" fileName="Overlay.xml" xy="0,0" size="1920,1080">
<relation target="" sidePair="width-width,height-height"/>
</component>
<component id="n2_pznw" name="popup" src="n8rc6" fileName="ErrorPopup.xml" xy="960,540" size="400,246">
<gearDisplay controller="layout" pages=""/>
<gearSize controller="layout" pages="0,1" values="400,246,1,1|400,270,2,2" default="400,270,1,1"/>
<relation target="" sidePair="center-center,middle-middle"/>
</component>
</displayList>
</component>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="150,60" pivot="0.5,0.5" extention="Button">
<controller name="button" pages="0,up,1,down,2,over,3,selectedOver" selected="0"/>
<displayList>
<graph id="n0_e4sn" name="n0" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff252525" corner="10">
<gearDisplay controller="button" pages="0"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<graph id="n1_e4sn" name="n1" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff303030" corner="10">
<gearDisplay controller="button" pages="2"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<graph id="n2_e4sn" name="n2" xy="0,0" size="150,60" touchable="false" type="rect" lineSize="0" fillColor="#ff303030" corner="10">
<gearDisplay controller="button" pages="1,3"/>
<relation target="" sidePair="width-width,height-height"/>
</graph>
<text id="n3_e4sn" name="title" xy="0,0" size="150,60" font="ui://bccvco04rdld4" fontSize="24" color="#ffffff" align="center" vAlign="middle" autoSize="none" bold="true" singleLine="true" text="Ok">
<relation target="" sidePair="width-width,height-height"/>
</text>
</displayList>
<Button downEffect="scale" downEffectValue=".9"/>
<customProperty target="label" propertyId="0" label="label"/>
</component>

Binary file not shown.

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="800,600">
<displayList>
<graph id="n0_n8rc" name="n0" xy="0,0" size="800,600" alpha="0.7" type="rect" lineSize="0" fillColor="#ff000000">
<relation target="" sidePair="width-width,height-height"/>
</graph>
</displayList>
</component>

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packageDescription id="bccvco04">
<resources>
<component id="e4sn3" name="OkButton.xml" path="/" exported="true"/>
<font id="rdld4" name="Oxanium.ttf" path="/" exported="true" renderMode="" samplePointSize="16"/>
<font id="rdld5" name="Opensans.ttf" path="/" exported="true" renderMode="" samplePointSize="16"/>
<component id="n8rc6" name="ErrorPopup.xml" path="/" exported="true"/>
<component id="n8rc7" name="DepositButton.xml" path="/" exported="true"/>
<component id="n8rc8" name="Overlay.xml" path="/" exported="true"/>
<component id="pznw9" name="ErrorPopupWindow.xml" path="/" exported="true"/>
</resources>
<publish name="" path="/Users/aleksandarjovanovic/FW/slot-game-kit/art/SGKUI/export" packageCount="2" genCode="true" codePath="/Users/aleksandarjovanovic/FW/slot-game-kit/art/SGKUI/export"/>
</packageDescription>

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"scaleMode": "ConstantPixelSize",
"screenMathMode": "MatchHeight",
"designResolutionX": 1920,
"designResolutionY": 1080,
"devices": [],
"fileName": "Adaptation"
}

View File

@@ -0,0 +1,35 @@
{
"path": "/Users/aleksandarjovanovic/FW/slot-game-kit/art/SGKUI/export/ErrorPopups/ErrorPopups",
"branchPath": "",
"fileExtension": "zip",
"packageCount": 2,
"compressDesc": true,
"binaryFormat": true,
"jpegQuality": 80,
"compressPNG": true,
"codeGeneration": {
"allowGenCode": true,
"codePath": "/Users/aleksandarjovanovic/FW/slot-game-kit/art/SGKUI/export/ErrorPopups/ErrorPopups",
"classNamePrefix": "UI_",
"memberNamePrefix": "m_",
"packageName": null,
"ignoreNoname": true,
"getMemberByName": false,
"codeType": ""
},
"includeHighResolution": 0,
"branchProcessing": 0,
"seperatedAtlasForBranch": false,
"atlasSetting": {
"maxSize": 2048,
"paging": true,
"sizeOption": "pot",
"forceSquare": false,
"allowRotation": false,
"trimImage": true
},
"include2x": false,
"include3x": false,
"include4x": false,
"fileName": "Publish"
}