mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Moved entire project to root
- Removed assets and publishing directories
This commit is contained in:
parent
4b37f6be3b
commit
8f6ab4592d
395 changed files with 0 additions and 823 deletions
97
scenes/Character.tscn
Normal file
97
scenes/Character.tscn
Normal file
|
@ -0,0 +1,97 @@
|
|||
[gd_scene load_steps=30 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/Character.gd" type="Script" id=1]
|
||||
[ext_resource path="res://sprites/tail/tail0.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/tail/tail1.svg" type="Texture" id=3]
|
||||
[ext_resource path="res://sprites/tail/tail2.svg" type="Texture" id=4]
|
||||
[ext_resource path="res://sprites/clothes/character_base.svg" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/eyes/eyes1.png" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/eyes/eyes2.png" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/eyes/eyes3.png" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/eyes/eyes4.png" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/eyes/eyes5.png" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/eyes/eyes6.png" type="Texture" id=11]
|
||||
[ext_resource path="res://sprites/eyes/eyes7.png" type="Texture" id=12]
|
||||
[ext_resource path="res://sprites/mouth/mouth.png" type="Texture" id=13]
|
||||
[ext_resource path="res://sprites/mouth/mouth2.png" type="Texture" id=14]
|
||||
[ext_resource path="res://sprites/mouth/mouth3.png" type="Texture" id=15]
|
||||
[ext_resource path="res://sprites/mouth/mouth4.png" type="Texture" id=16]
|
||||
[ext_resource path="res://sprites/mouth/mouth5.png" type="Texture" id=17]
|
||||
[ext_resource path="res://sprites/mouth/mouth6.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/mouth/mouth7.png" type="Texture" id=19]
|
||||
[ext_resource path="res://sprites/mouth/mouth8.png" type="Texture" id=20]
|
||||
[ext_resource path="res://sprites/mouth/mouth9.png" type="Texture" id=21]
|
||||
[ext_resource path="res://sprites/mouth/mouth10.png" type="Texture" id=22]
|
||||
[ext_resource path="res://sprites/mouth/mouth12.png" type="Texture" id=23]
|
||||
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=24]
|
||||
[ext_resource path="res://sprites/clothes/bottoms_placeholder.png" type="Texture" id=25]
|
||||
[ext_resource path="res://sprites/clothes/tops_placeholder.png" type="Texture" id=26]
|
||||
|
||||
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 3 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 4 ), ExtResource( 4 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=2]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 9 ), ExtResource( 9 ), ExtResource( 9 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 12 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 5.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=3]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 13 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 18 ), ExtResource( 19 ), ExtResource( 19 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 21 ), ExtResource( 21 ), ExtResource( 21 ), ExtResource( 22 ), ExtResource( 22 ), ExtResource( 23 ), ExtResource( 23 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
} ]
|
||||
|
||||
[node name="Character" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Base" type="Node2D" parent="."]
|
||||
|
||||
[node name="Tail" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 54.4027, 184.439 )
|
||||
frames = SubResource( 1 )
|
||||
frame = 7
|
||||
playing = true
|
||||
|
||||
[node name="Tony" type="Sprite" parent="Base"]
|
||||
position = Vector2( 96.3522, 164.086 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
[node name="Eyes" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 114.227, 63.9224 )
|
||||
frames = SubResource( 2 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Mouth" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 131.024, 67.4964 )
|
||||
frames = SubResource( 3 )
|
||||
frame = 11
|
||||
playing = true
|
||||
|
||||
[node name="Undies" type="Sprite" parent="."]
|
||||
position = Vector2( 86.5077, 256.295 )
|
||||
texture = ExtResource( 24 )
|
||||
|
||||
[node name="Bottom" type="Sprite" parent="."]
|
||||
position = Vector2( 88.1872, 251.328 )
|
||||
texture = ExtResource( 25 )
|
||||
|
||||
[node name="Top" type="Sprite" parent="."]
|
||||
position = Vector2( 96.3619, 160.432 )
|
||||
texture = ExtResource( 26 )
|
||||
|
||||
[node name="Accessory" type="Sprite" parent="."]
|
||||
position = Vector2( 93.2243, 155.139 )
|
||||
texture = ExtResource( 26 )
|
260
scenes/ClassicClothes.tscn
Normal file
260
scenes/ClassicClothes.tscn
Normal file
|
@ -0,0 +1,260 @@
|
|||
[gd_scene load_steps=45 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/tail/tail0.png" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/tail/tail1.png" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/tail/tail2.png" type="Texture" id=3]
|
||||
[ext_resource path="res://sprites/clothes/character_base.svg" type="Texture" id=4]
|
||||
[ext_resource path="res://sprites/eyes/eyes1.png" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/eyes/eyes2.png" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/eyes/eyes3.png" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/eyes/eyes4.png" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/eyes/eyes5.png" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/eyes/eyes6.png" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/eyes/eyes7.png" type="Texture" id=11]
|
||||
[ext_resource path="res://sprites/mouth/mouth.png" type="Texture" id=12]
|
||||
[ext_resource path="res://sprites/mouth/mouth2.png" type="Texture" id=13]
|
||||
[ext_resource path="res://sprites/mouth/mouth3.png" type="Texture" id=14]
|
||||
[ext_resource path="res://sprites/mouth/mouth4.png" type="Texture" id=15]
|
||||
[ext_resource path="res://sprites/mouth/mouth5.png" type="Texture" id=16]
|
||||
[ext_resource path="res://sprites/mouth/mouth6.png" type="Texture" id=17]
|
||||
[ext_resource path="res://sprites/mouth/mouth7.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/mouth/mouth8.png" type="Texture" id=19]
|
||||
[ext_resource path="res://sprites/mouth/mouth9.png" type="Texture" id=20]
|
||||
[ext_resource path="res://sprites/mouth/mouth10.png" type="Texture" id=21]
|
||||
[ext_resource path="res://sprites/mouth/mouth12.png" type="Texture" id=22]
|
||||
[ext_resource path="res://sprites/clothes/classic/briefs_classic.png" type="Texture" id=23]
|
||||
[ext_resource path="res://scripts/ItemDrag.gd" type="Script" id=24]
|
||||
[ext_resource path="res://sprites/clothes/classic/z_briefs_classic.png" type="Texture" id=25]
|
||||
[ext_resource path="res://sprites/clothes/classic/fundosi_classic.png" type="Texture" id=26]
|
||||
[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=27]
|
||||
[ext_resource path="res://sprites/clothes/dj_shorts.svg" type="Texture" id=28]
|
||||
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=29]
|
||||
[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=30]
|
||||
[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=31]
|
||||
[ext_resource path="res://sprites/clothes/old_sweatshirt.png" type="Texture" id=32]
|
||||
[ext_resource path="res://sprites/clothes/dj_shirt.png" type="Texture" id=33]
|
||||
[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=34]
|
||||
[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=35]
|
||||
[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=36]
|
||||
[ext_resource path="res://sprites/clothes/biker_jacket.png" type="Texture" id=37]
|
||||
[ext_resource path="res://sprites/clothes/whatsnew_shirt.png" type="Texture" id=38]
|
||||
[ext_resource path="res://sprites/clothes/train_hoodie.png" type="Texture" id=39]
|
||||
[ext_resource path="res://sprites/clothes/classic/camera_classic.png" type="Texture" id=40]
|
||||
[ext_resource path="res://sprites/clothes/classic/owo_censor_classic.png" type="Texture" id=41]
|
||||
|
||||
|
||||
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 1 ), ExtResource( 1 ), ExtResource( 1 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 3 ), ExtResource( 3 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=2]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 11 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 5.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=3]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 12 ), ExtResource( 12 ), ExtResource( 13 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 18 ), ExtResource( 18 ), ExtResource( 19 ), ExtResource( 19 ), ExtResource( 19 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 21 ), ExtResource( 22 ), ExtResource( 22 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 4.0
|
||||
} ]
|
||||
|
||||
[node name="Clothes" type="Node"]
|
||||
|
||||
[node name="Character" type="Node2D" parent="."]
|
||||
editor/display_folded = true
|
||||
position = Vector2( 129.236, 38.0905 )
|
||||
|
||||
[node name="Tail" type="AnimatedSprite" parent="Character"]
|
||||
position = Vector2( -36.5244, 390.553 )
|
||||
frames = SubResource( 1 )
|
||||
frame = 8
|
||||
playing = true
|
||||
|
||||
[node name="Tony" type="Sprite" parent="Character"]
|
||||
position = Vector2( 5.42515, 370.2 )
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
[node name="Eyes" type="AnimatedSprite" parent="Character"]
|
||||
position = Vector2( 23.2995, 270.036 )
|
||||
frames = SubResource( 2 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Mouth" type="AnimatedSprite" parent="Character"]
|
||||
position = Vector2( 40.0965, 273.61 )
|
||||
frames = SubResource( 3 )
|
||||
frame = 4
|
||||
playing = true
|
||||
|
||||
[node name="Briefs" type="TextureButton" parent="."]
|
||||
margin_left = 108.103
|
||||
margin_top = 449.068
|
||||
margin_right = 176.103
|
||||
margin_bottom = 483.068
|
||||
texture_normal = ExtResource( 23 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="ZBriefs" type="TextureButton" parent="."]
|
||||
margin_left = 904.613
|
||||
margin_top = 137.606
|
||||
margin_right = 972.613
|
||||
margin_bottom = 171.606
|
||||
texture_normal = ExtResource( 25 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Fundosi" type="TextureButton" parent="."]
|
||||
margin_left = 904.429
|
||||
margin_top = 46.3994
|
||||
margin_right = 972.429
|
||||
margin_bottom = 86.3994
|
||||
texture_normal = ExtResource( 26 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Jeans" type="TextureButton" parent="."]
|
||||
margin_left = 877.209
|
||||
margin_top = 330.098
|
||||
margin_right = 983.209
|
||||
margin_bottom = 442.098
|
||||
texture_normal = ExtResource( 27 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="DJ Shorts" type="TextureButton" parent="."]
|
||||
margin_left = 882.788
|
||||
margin_top = 452.045
|
||||
margin_right = 988.788
|
||||
margin_bottom = 564.045
|
||||
texture_normal = ExtResource( 28 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Sweats" type="TextureButton" parent="."]
|
||||
margin_left = 744.929
|
||||
margin_top = 441.685
|
||||
margin_right = 850.929
|
||||
margin_bottom = 553.685
|
||||
texture_normal = ExtResource( 29 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Blue Camo Jeans" type="TextureButton" parent="."]
|
||||
margin_left = 495.104
|
||||
margin_top = 434.94
|
||||
margin_right = 601.104
|
||||
margin_bottom = 546.94
|
||||
texture_normal = ExtResource( 30 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Beat Up Jeans" type="TextureButton" parent="."]
|
||||
margin_left = 623.246
|
||||
margin_top = 439.685
|
||||
margin_right = 729.246
|
||||
margin_bottom = 551.685
|
||||
texture_normal = ExtResource( 31 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Sweatshirt" type="TextureButton" parent="."]
|
||||
margin_left = 388.813
|
||||
margin_top = 432.874
|
||||
margin_right = 473.813
|
||||
margin_bottom = 542.874
|
||||
texture_normal = ExtResource( 32 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="DJ Shirt" type="TextureButton" parent="."]
|
||||
margin_left = 898.788
|
||||
margin_top = 219.361
|
||||
margin_right = 983.788
|
||||
margin_bottom = 334.361
|
||||
texture_normal = ExtResource( 33 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Raw" type="TextureButton" parent="."]
|
||||
margin_left = 647.703
|
||||
margin_top = 160.841
|
||||
margin_right = 732.703
|
||||
margin_bottom = 275.841
|
||||
texture_normal = ExtResource( 34 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Atomic Shirt" type="TextureButton" parent="."]
|
||||
margin_left = 392.345
|
||||
margin_top = 282.289
|
||||
margin_right = 477.345
|
||||
margin_bottom = 397.289
|
||||
texture_normal = ExtResource( 35 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Z Shirt" type="TextureButton" parent="."]
|
||||
margin_left = 642.246
|
||||
margin_top = 301.685
|
||||
margin_right = 723.246
|
||||
margin_bottom = 416.685
|
||||
texture_normal = ExtResource( 36 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Biker Jacket" type="TextureButton" parent="."]
|
||||
margin_left = 515.157
|
||||
margin_top = 300.466
|
||||
margin_right = 600.157
|
||||
margin_bottom = 415.466
|
||||
texture_normal = ExtResource( 37 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="What's New" type="TextureButton" parent="."]
|
||||
margin_left = 767.044
|
||||
margin_top = 170.297
|
||||
margin_right = 852.044
|
||||
margin_bottom = 285.297
|
||||
texture_normal = ExtResource( 38 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Train Shirt" type="TextureButton" parent="."]
|
||||
margin_left = 769.246
|
||||
margin_top = 299.685
|
||||
margin_right = 854.246
|
||||
margin_bottom = 414.685
|
||||
texture_normal = ExtResource( 39 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="Camera" type="TextureButton" parent="."]
|
||||
margin_left = 406.979
|
||||
margin_top = 188.547
|
||||
margin_right = 455.979
|
||||
margin_bottom = 250.547
|
||||
texture_normal = ExtResource( 40 )
|
||||
script = ExtResource( 24 )
|
||||
|
||||
[node name="OwO Censor" type="TextureButton" parent="."]
|
||||
margin_left = 489.905
|
||||
margin_top = 185.841
|
||||
margin_right = 595.905
|
||||
margin_bottom = 225.841
|
||||
texture_normal = ExtResource( 41 )
|
||||
script = ExtResource( 24 )
|
||||
[connection signal="gui_input" from="Briefs" to="Briefs" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="ZBriefs" to="ZBriefs" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Fundosi" to="Fundosi" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Jeans" to="Jeans" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="DJ Shorts" to="DJ Shorts" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Sweats" to="Sweats" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Blue Camo Jeans" to="Blue Camo Jeans" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Beat Up Jeans" to="Beat Up Jeans" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Sweatshirt" to="Sweatshirt" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="DJ Shirt" to="DJ Shirt" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Raw" to="Raw" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Atomic Shirt" to="Atomic Shirt" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Z Shirt" to="Z Shirt" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Biker Jacket" to="Biker Jacket" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="What's New" to="What's New" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Train Shirt" to="Train Shirt" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="Camera" to="Camera" method="_on_outfit_gui_input"]
|
||||
[connection signal="gui_input" from="OwO Censor" to="OwO Censor" method="_on_outfit_gui_input"]
|
14
scenes/ClassicScn.tscn
Normal file
14
scenes/ClassicScn.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/ClassicScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/ClassicClothes.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=3]
|
||||
|
||||
|
||||
|
||||
[node name="GameScreen" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Clothes" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]
|
280
scenes/Clothes.tscn
Normal file
280
scenes/Clothes.tscn
Normal file
|
@ -0,0 +1,280 @@
|
|||
[gd_scene load_steps=23 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=3]
|
||||
[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture" id=4]
|
||||
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/clothes/x_button.svg" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/clothes/old_sweatshirt.svg" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=11]
|
||||
[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=12]
|
||||
[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=13]
|
||||
[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=14]
|
||||
[ext_resource path="res://sprites/clothes/biker_jacket.svg" type="Texture" id=15]
|
||||
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=16]
|
||||
[ext_resource path="res://sprites/clothes/train_hoodie.svg" type="Texture" id=17]
|
||||
[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture" id=19]
|
||||
[ext_resource path="res://sprites/clothes/owo_censor.svg" type="Texture" id=20]
|
||||
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=21]
|
||||
[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=22]
|
||||
[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=23]
|
||||
[ext_resource path="res://sprites/clothes/camera.png" type="Texture" id=24]
|
||||
|
||||
[node name="Wordrobe" type="TabContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 )
|
||||
custom_colors/font_color_fg = Color( 1, 1, 1, 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Pants" type="Tabs" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
margin_top = 41.0
|
||||
margin_right = -5.0
|
||||
margin_bottom = -10.0
|
||||
custom_constants/hseparation = 0
|
||||
|
||||
[node name="PantsScroll" type="ScrollContainer" parent="Pants"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="PantsGrid" type="GridContainer" parent="Pants/PantsScroll"]
|
||||
margin_right = 448.0
|
||||
margin_bottom = 549.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 3
|
||||
columns = 4
|
||||
|
||||
[node name="Jeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_right = 106.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="BlueSkirt" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_left = 110.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="Sweats" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_left = 220.0
|
||||
margin_right = 338.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 5 )
|
||||
|
||||
[node name="BlueCamoJeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_left = 342.0
|
||||
margin_right = 448.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 6 )
|
||||
|
||||
[node name="BeatUpJeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_top = 116.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 236.0
|
||||
texture_normal = ExtResource( 7 )
|
||||
|
||||
[node name="FormalSkirt" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_left = 110.0
|
||||
margin_top = 116.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 236.0
|
||||
texture_normal = ExtResource( 8 )
|
||||
|
||||
[node name="RemovePants" type="Button" parent="Pants/PantsScroll/PantsGrid"]
|
||||
margin_left = 220.0
|
||||
margin_top = 116.0
|
||||
margin_right = 338.0
|
||||
margin_bottom = 236.0
|
||||
rect_min_size = Vector2( 0, 112 )
|
||||
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
|
||||
icon = ExtResource( 9 )
|
||||
flat = true
|
||||
|
||||
[node name="Shirts" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
margin_top = 41.0
|
||||
margin_right = -5.0
|
||||
margin_bottom = -10.0
|
||||
|
||||
[node name="ShirtsScroll" type="ScrollContainer" parent="Shirts"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 10.0
|
||||
margin_top = 10.0
|
||||
|
||||
[node name="ShirtsGrid" type="GridContainer" parent="Shirts/ShirtsScroll"]
|
||||
margin_right = 296.0
|
||||
margin_bottom = 477.0
|
||||
columns = 4
|
||||
|
||||
[node name="Sweatshirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_right = 85.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 10 )
|
||||
|
||||
[node name="Raw" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_right = 207.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 11 )
|
||||
|
||||
[node name="Retro" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 211.0
|
||||
margin_right = 296.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 12 )
|
||||
|
||||
[node name="Atomic" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_top = 119.0
|
||||
margin_right = 85.0
|
||||
margin_bottom = 234.0
|
||||
texture_normal = ExtResource( 13 )
|
||||
|
||||
[node name="ZShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_top = 119.0
|
||||
margin_right = 207.0
|
||||
margin_bottom = 234.0
|
||||
texture_normal = ExtResource( 14 )
|
||||
|
||||
[node name="BikerJacket" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 211.0
|
||||
margin_top = 119.0
|
||||
margin_right = 296.0
|
||||
margin_bottom = 234.0
|
||||
texture_normal = ExtResource( 15 )
|
||||
|
||||
[node name="NLJacket" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_top = 238.0
|
||||
margin_right = 85.0
|
||||
margin_bottom = 353.0
|
||||
texture_normal = ExtResource( 16 )
|
||||
|
||||
[node name="TrainHoodie" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_top = 238.0
|
||||
margin_right = 207.0
|
||||
margin_bottom = 353.0
|
||||
texture_normal = ExtResource( 17 )
|
||||
|
||||
[node name="KormShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 211.0
|
||||
margin_top = 238.0
|
||||
margin_right = 296.0
|
||||
margin_bottom = 353.0
|
||||
texture_normal = ExtResource( 18 )
|
||||
|
||||
[node name="WhatsNewShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_top = 357.0
|
||||
margin_right = 85.0
|
||||
margin_bottom = 475.0
|
||||
texture_normal = ExtResource( 19 )
|
||||
|
||||
[node name="RemoveShirt" type="Button" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_top = 357.0
|
||||
margin_right = 207.0
|
||||
margin_bottom = 475.0
|
||||
rect_min_size = Vector2( 0, 112 )
|
||||
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
|
||||
icon = ExtResource( 9 )
|
||||
flat = true
|
||||
|
||||
[node name="Underwear" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
margin_top = 41.0
|
||||
margin_right = -5.0
|
||||
margin_bottom = -10.0
|
||||
|
||||
[node name="UndiesScroll" type="ScrollContainer" parent="Underwear"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="UndiesGrid" type="GridContainer" parent="Underwear/UndiesScroll"]
|
||||
margin_right = 326.0
|
||||
margin_bottom = 228.0
|
||||
columns = 3
|
||||
|
||||
[node name="OwOCensor" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
||||
margin_right = 106.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 20 )
|
||||
|
||||
[node name="Briefs" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
||||
margin_left = 110.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 21 )
|
||||
|
||||
[node name="ZBriefs" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
||||
margin_left = 220.0
|
||||
margin_right = 326.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 22 )
|
||||
|
||||
[node name="Fundosi" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
||||
margin_top = 116.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 228.0
|
||||
texture_normal = ExtResource( 23 )
|
||||
|
||||
[node name="Accessoires" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
margin_top = 41.0
|
||||
margin_right = -5.0
|
||||
margin_bottom = -10.0
|
||||
|
||||
[node name="AccsScroll" type="ScrollContainer" parent="Accessoires"]
|
||||
margin_left = 19.0
|
||||
margin_top = 22.0
|
||||
margin_right = 369.0
|
||||
margin_bottom = 494.0
|
||||
|
||||
[node name="AccsGrid" type="GridContainer" parent="Accessoires/AccsScroll"]
|
||||
margin_right = 207.0
|
||||
margin_bottom = 120.0
|
||||
columns = 3
|
||||
|
||||
[node name="CanonCam" type="TextureButton" parent="Accessoires/AccsScroll/AccsGrid"]
|
||||
margin_right = 85.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 24 )
|
||||
|
||||
[node name="RemoveAccessory" type="Button" parent="Accessoires/AccsScroll/AccsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_right = 195.0
|
||||
margin_bottom = 112.0
|
||||
rect_min_size = Vector2( 85, 105 )
|
||||
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
|
||||
icon = ExtResource( 9 )
|
||||
flat = true
|
5
scenes/Clothing.tscn
Normal file
5
scenes/Clothing.tscn
Normal file
|
@ -0,0 +1,5 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Clothing" type="TextureButton"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
77
scenes/CreditsScn.tscn
Normal file
77
scenes/CreditsScn.tscn
Normal file
|
@ -0,0 +1,77 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/CreditsScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
|
||||
[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Credits" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Credits" type="RichTextLabel" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -157.708
|
||||
margin_top = 19.2924
|
||||
margin_right = 161.292
|
||||
margin_bottom = 587.292
|
||||
theme = ExtResource( 2 )
|
||||
custom_colors/default_color = Color( 0, 0, 0, 1 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center]Created by
|
||||
Anthony Wilcox
|
||||
|
||||
Music by
|
||||
Michael Carey
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
The Sims 4
|
||||
Raier
|
||||
|
||||
Made with
|
||||
Godot Engine
|
||||
[/center]"
|
||||
text = "Created by
|
||||
Anthony Wilcox
|
||||
|
||||
Music by
|
||||
Michael Carey
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
The Sims 4
|
||||
Raier
|
||||
|
||||
Made with
|
||||
Godot Engine
|
||||
"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
|
||||
|
||||
[node name="version" type="Label" parent="."]
|
||||
margin_left = 727.908
|
||||
margin_top = 568.64
|
||||
margin_right = 775.908
|
||||
margin_bottom = 582.64
|
||||
text = "Version"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="2D" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Base" type="Node2D" parent="2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Character" parent="2D/Base" instance=ExtResource( 3 )]
|
||||
position = Vector2( 12.748, 270.467 )
|
48
scenes/GameScn.tscn
Normal file
48
scenes/GameScn.tscn
Normal file
|
@ -0,0 +1,48 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GameScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=3]
|
||||
[ext_resource path="res://scenes/Clothes.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=6]
|
||||
|
||||
[node name="GameScreen" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="PicFrame" type="Sprite" parent="."]
|
||||
position = Vector2( 163.773, 119.752 )
|
||||
texture = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"_edit_group_": true
|
||||
}
|
||||
|
||||
[node name="Light" type="Light2D" parent="PicFrame"]
|
||||
position = Vector2( 35.118, -14.56 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Character" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 61.8154, 246.831 )
|
||||
|
||||
[node name="UI" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Base" type="Control" parent="UI"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Wordrobe" parent="UI/Base" instance=ExtResource( 4 )]
|
||||
margin_left = 276.0
|
||||
margin_top = 36.0
|
||||
margin_right = -20.0
|
||||
margin_bottom = -37.0
|
||||
|
||||
[node name="PauseScn" parent="UI/Base" instance=ExtResource( 5 )]
|
||||
visible = false
|
||||
margin_left = -150.0
|
||||
margin_top = -20.0
|
||||
margin_right = -150.0
|
||||
margin_bottom = -20.0
|
147
scenes/PauseScn.tscn
Normal file
147
scenes/PauseScn.tscn
Normal file
|
@ -0,0 +1,147 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/PauseScn.gd" type="Script" id=2]
|
||||
|
||||
[node name="WinDialogs" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 400.0
|
||||
margin_top = 300.0
|
||||
margin_right = -400.0
|
||||
margin_bottom = -300.0
|
||||
script = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="PauseWin" type="PopupDialog" parent="."]
|
||||
pause_mode = 2
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -88.0
|
||||
margin_top = -57.0
|
||||
margin_right = 88.0
|
||||
margin_bottom = 94.0
|
||||
|
||||
[node name="PauseVbox" type="VBoxContainer" parent="PauseWin"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 10.0
|
||||
margin_top = 10.0
|
||||
margin_right = -10.0
|
||||
margin_bottom = -10.0
|
||||
|
||||
[node name="PauseLbl" type="Label" parent="PauseWin/PauseVbox"]
|
||||
margin_right = 156.0
|
||||
margin_bottom = 29.0
|
||||
text = "KPUS"
|
||||
align = 1
|
||||
|
||||
[node name="SettingsBtn" type="Button" parent="PauseWin/PauseVbox"]
|
||||
margin_top = 33.0
|
||||
margin_right = 156.0
|
||||
margin_bottom = 62.0
|
||||
text = "KSET"
|
||||
|
||||
[node name="ResumeBtn" type="Button" parent="PauseWin/PauseVbox"]
|
||||
margin_top = 66.0
|
||||
margin_right = 156.0
|
||||
margin_bottom = 95.0
|
||||
text = "KRUS"
|
||||
|
||||
[node name="ExitBtn" type="Button" parent="PauseWin/PauseVbox"]
|
||||
margin_top = 99.0
|
||||
margin_right = 156.0
|
||||
margin_bottom = 128.0
|
||||
text = "KEXT"
|
||||
|
||||
[node name="SettingsWin" type="AcceptDialog" parent="."]
|
||||
pause_mode = 2
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -76.0
|
||||
margin_top = -34.0
|
||||
margin_right = 76.0
|
||||
margin_bottom = 34.0
|
||||
window_title = "KSET"
|
||||
|
||||
[node name="Grid" type="GridContainer" parent="SettingsWin"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -68.0
|
||||
margin_top = -33.0
|
||||
margin_right = 68.0
|
||||
margin_bottom = -4.0
|
||||
columns = 3
|
||||
|
||||
[node name="Languages" type="MenuButton" parent="SettingsWin/Grid"]
|
||||
visible = false
|
||||
margin_right = 56.0
|
||||
margin_bottom = 24.0
|
||||
text = "KLANG"
|
||||
flat = false
|
||||
items = [ "KENG", null, 0, true, false, -1, 0, null, "", false, "KSWD", null, 0, false, false, -1, 0, null, "", false ]
|
||||
|
||||
[node name="MusicBtn" type="CheckBox" parent="SettingsWin/Grid"]
|
||||
margin_right = 66.0
|
||||
margin_bottom = 21.0
|
||||
pressed = true
|
||||
text = "KMUS"
|
||||
align = 1
|
||||
|
||||
[node name="LicenseWin" type="AcceptDialog" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -214.0
|
||||
margin_top = -138.0
|
||||
margin_right = 217.0
|
||||
margin_bottom = 137.0
|
||||
window_title = "KLIC"
|
||||
resizable = true
|
||||
|
||||
[node name="LicenseTxt" type="RichTextLabel" parent="LicenseWin"]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -207.5
|
||||
margin_top = 8.0
|
||||
margin_right = 207.5
|
||||
margin_bottom = 230.0
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
[center]##########################[/center]
|
||||
|
||||
Tony's Dress Up (c) by Anthony Wilcox
|
||||
|
||||
Tony's Dress Up is licensed under a Creative Commons
|
||||
Attribution-ShareAlike 4.0 International License.
|
||||
|
||||
You should have received a copy of the license along with this work.
|
||||
If not, see <http://creativecommons.org/licenses/by-sa/4.0/>."
|
||||
text = "This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
##########################
|
||||
|
||||
Tony's Dress Up (c) by Anthony Wilcox
|
||||
|
||||
Tony's Dress Up is licensed under a Creative Commons
|
||||
Attribution-ShareAlike 4.0 International License.
|
||||
|
||||
You should have received a copy of the license along with this work.
|
||||
If not, see <http://creativecommons.org/licenses/by-sa/4.0/>."
|
||||
[connection signal="pressed" from="PauseWin/PauseVbox/SettingsBtn" to="." method="_on_SettingsBtn_pressed"]
|
||||
[connection signal="pressed" from="PauseWin/PauseVbox/ResumeBtn" to="." method="_on_ResumeBtn_pressed"]
|
||||
[connection signal="pressed" from="PauseWin/PauseVbox/ExitBtn" to="." method="_on_ExitBtn_pressed"]
|
||||
[connection signal="toggled" from="SettingsWin/Grid/MusicBtn" to="." method="_on_MusicBtn_toggled"]
|
110
scenes/TitleScn.tscn
Normal file
110
scenes/TitleScn.tscn
Normal file
|
@ -0,0 +1,110 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/TitleScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
|
||||
[ext_resource path="res://sprites/clothes/title.svg" type="Texture" id=3]
|
||||
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Start" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="MenuRf" type="ReferenceRect" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -209.5
|
||||
margin_top = -225.5
|
||||
margin_right = 209.5
|
||||
margin_bottom = 225.5
|
||||
theme = ExtResource( 2 )
|
||||
|
||||
[node name="Title" type="Sprite" parent="MenuRf"]
|
||||
position = Vector2( 210.755, 77.8556 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="StartVbox" type="VBoxContainer" parent="MenuRf"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -67.5
|
||||
margin_top = -42.5
|
||||
margin_right = 68.5
|
||||
margin_bottom = 61.5
|
||||
|
||||
[node name="PlayBtn" type="Button" parent="MenuRf/StartVbox"]
|
||||
margin_right = 136.0
|
||||
margin_bottom = 29.0
|
||||
text = "KPLY"
|
||||
|
||||
[node name="CreditsBtn" type="Button" parent="MenuRf/StartVbox"]
|
||||
margin_top = 33.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 62.0
|
||||
text = "KCRE"
|
||||
|
||||
[node name="LicenseBtn" type="Button" parent="MenuRf/StartVbox"]
|
||||
margin_top = 66.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 95.0
|
||||
text = "KLIC"
|
||||
|
||||
[node name="ModePanel" type="WindowDialog" parent="MenuRf"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -73.0
|
||||
margin_top = -46.0
|
||||
margin_right = 73.0
|
||||
margin_bottom = 46.0
|
||||
|
||||
[node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = -5.0
|
||||
margin_bottom = -5.0
|
||||
|
||||
[node name="ModeLbl" type="Label" parent="MenuRf/ModePanel/PlayVbox"]
|
||||
margin_right = 136.0
|
||||
margin_bottom = 14.0
|
||||
text = "KGMO"
|
||||
align = 1
|
||||
|
||||
[node name="ModernBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
|
||||
margin_top = 18.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 38.0
|
||||
text = "Modern"
|
||||
|
||||
[node name="ClassicBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
|
||||
margin_top = 42.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 62.0
|
||||
text = "KCLS"
|
||||
|
||||
[node name="PauseScn" parent="." instance=ExtResource( 4 )]
|
||||
margin_left = 97.0
|
||||
margin_top = 37.0
|
||||
margin_right = 97.0
|
||||
margin_bottom = 37.0
|
||||
|
||||
[node name="Version" type="Label" parent="."]
|
||||
margin_left = 722.908
|
||||
margin_top = 568.64
|
||||
margin_right = 770.908
|
||||
margin_bottom = 582.64
|
||||
text = "Version"
|
||||
[connection signal="pressed" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_pressed"]
|
||||
[connection signal="pressed" from="MenuRf/StartVbox/CreditsBtn" to="." method="_on_CreditsBtn_pressed"]
|
||||
[connection signal="pressed" from="MenuRf/StartVbox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"]
|
||||
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ModernBtn" to="." method="_on_ModernBtn_pressed"]
|
||||
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_pressed"]
|
Loading…
Add table
Add a link
Reference in a new issue