diff --git a/project.godot b/project.godot index 09126f2..a1a4379 100644 --- a/project.godot +++ b/project.godot @@ -16,7 +16,7 @@ _global_script_class_icons={ [application] config/name="Tony's Dress Up" -run/main_scene="res://scenes/TitleScn.tscn" +run/main_scene="res://scenes/game.tscn" config/use_custom_user_dir=true boot_splash/image="res://icon.png" boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 ) diff --git a/scenes/Character.tscn b/scenes/Character.tscn index aad3bc9..afe085b 100644 --- a/scenes/Character.tscn +++ b/scenes/Character.tscn @@ -1,34 +1,35 @@ [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/character/tail/tail0.svg" type="Texture" id=2] +[ext_resource path="res://sprites/character/tail/tail1.svg" type="Texture" id=3] +[ext_resource path="res://sprites/character/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/character/eyes/eyes1.png" type="Texture" id=6] +[ext_resource path="res://sprites/character/eyes/eyes2.png" type="Texture" id=7] +[ext_resource path="res://sprites/character/eyes/eyes3.png" type="Texture" id=8] +[ext_resource path="res://sprites/character/eyes/eyes4.png" type="Texture" id=9] +[ext_resource path="res://sprites/character/eyes/eyes5.png" type="Texture" id=10] +[ext_resource path="res://sprites/character/eyes/eyes6.png" type="Texture" id=11] +[ext_resource path="res://sprites/character/eyes/eyes7.png" type="Texture" id=12] +[ext_resource path="res://sprites/character/mouth/mouth.png" type="Texture" id=13] +[ext_resource path="res://sprites/character/mouth/mouth2.png" type="Texture" id=14] +[ext_resource path="res://sprites/character/mouth/mouth3.png" type="Texture" id=15] +[ext_resource path="res://sprites/character/mouth/mouth4.png" type="Texture" id=16] +[ext_resource path="res://sprites/character/mouth/mouth5.png" type="Texture" id=17] +[ext_resource path="res://sprites/character/mouth/mouth6.png" type="Texture" id=18] +[ext_resource path="res://sprites/character/mouth/mouth7.png" type="Texture" id=19] +[ext_resource path="res://sprites/character/mouth/mouth8.png" type="Texture" id=20] +[ext_resource path="res://sprites/character/mouth/mouth9.png" type="Texture" id=21] +[ext_resource path="res://sprites/character/mouth/mouth10.png" type="Texture" id=22] +[ext_resource path="res://sprites/character/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 ) ], diff --git a/scenes/ClassicClothes.tscn b/scenes/ClassicClothes.tscn deleted file mode 100644 index 0a99ec4..0000000 --- a/scenes/ClassicClothes.tscn +++ /dev/null @@ -1,260 +0,0 @@ -[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"] diff --git a/scenes/ClassicScn.tscn b/scenes/ClassicScn.tscn deleted file mode 100644 index cca44b9..0000000 --- a/scenes/ClassicScn.tscn +++ /dev/null @@ -1,14 +0,0 @@ -[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 )] diff --git a/scenes/Clothes.tscn b/scenes/Clothes.tscn index 68bcdf2..223aa57 100644 --- a/scenes/Clothes.tscn +++ b/scenes/Clothes.tscn @@ -6,7 +6,7 @@ [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/ui/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] @@ -50,10 +50,9 @@ __meta__ = { } [node name="PantsGrid" type="GridContainer" parent="Pants/PantsScroll"] -margin_right = 448.0 -margin_bottom = 549.0 -size_flags_horizontal = 0 -size_flags_vertical = 3 +margin_right = 790.0 +margin_bottom = 228.0 +size_flags_horizontal = 3 columns = 4 [node name="Jeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"] @@ -69,41 +68,36 @@ texture_normal = ExtResource( 4 ) [node name="Sweats" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"] margin_left = 220.0 -margin_right = 338.0 +margin_right = 326.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_left = 330.0 +margin_right = 436.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 +margin_bottom = 228.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 +margin_bottom = 228.0 texture_normal = ExtResource( 8 ) -[node name="RemovePants" type="Button" parent="Pants/PantsScroll/PantsGrid"] +[node name="RemovePants" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"] margin_left = 220.0 margin_top = 116.0 -margin_right = 338.0 -margin_bottom = 236.0 +margin_right = 326.0 +margin_bottom = 228.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 +texture_normal = ExtResource( 9 ) [node name="Shirts" type="Tabs" parent="."] visible = false @@ -121,8 +115,9 @@ margin_left = 10.0 margin_top = 10.0 [node name="ShirtsGrid" type="GridContainer" parent="Shirts/ShirtsScroll"] -margin_right = 296.0 -margin_bottom = 477.0 +margin_right = 780.0 +margin_bottom = 365.0 +size_flags_horizontal = 3 columns = 4 [node name="Sweatshirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"] @@ -215,8 +210,9 @@ anchor_right = 1.0 anchor_bottom = 1.0 [node name="UndiesGrid" type="GridContainer" parent="Underwear/UndiesScroll"] -margin_right = 326.0 +margin_right = 790.0 margin_bottom = 228.0 +size_flags_horizontal = 3 columns = 3 [node name="OwOCensor" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"] @@ -258,8 +254,9 @@ margin_right = 369.0 margin_bottom = 494.0 [node name="AccsGrid" type="GridContainer" parent="Accessoires/AccsScroll"] -margin_right = 207.0 -margin_bottom = 120.0 +margin_right = 350.0 +margin_bottom = 127.0 +size_flags_horizontal = 3 columns = 3 [node name="CanonCam" type="TextureButton" parent="Accessoires/AccsScroll/AccsGrid"] diff --git a/scenes/Clothing.tscn b/scenes/Clothing.tscn deleted file mode 100644 index df0fbe8..0000000 --- a/scenes/Clothing.tscn +++ /dev/null @@ -1,5 +0,0 @@ -[gd_scene format=2] - -[node name="Clothing" type="TextureButton"] -anchor_right = 1.0 -anchor_bottom = 1.0 diff --git a/scenes/CreditsScn.tscn b/scenes/CreditsScn.tscn deleted file mode 100644 index 32a55b7..0000000 --- a/scenes/CreditsScn.tscn +++ /dev/null @@ -1,77 +0,0 @@ -[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 ) diff --git a/scenes/TitleScn.tscn b/scenes/TitleScn.tscn deleted file mode 100644 index 24d0306..0000000 --- a/scenes/TitleScn.tscn +++ /dev/null @@ -1,110 +0,0 @@ -[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"] diff --git a/scenes/GameScn.tscn b/scenes/game.tscn similarity index 70% rename from scenes/GameScn.tscn rename to scenes/game.tscn index cea0ebf..b00fd88 100644 --- a/scenes/GameScn.tscn +++ b/scenes/game.tscn @@ -1,27 +1,27 @@ [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] +[ext_resource path="res://scenes/pause.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/character.tscn" type="PackedScene" id=3] +[ext_resource path="res://scenes/clothes.tscn" type="PackedScene" id=4] +[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=5] +[ext_resource path="res://sprites/clothes/lights.png" type="Texture" 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 ) +texture = ExtResource( 5 ) __meta__ = { "_edit_group_": true } [node name="Light" type="Light2D" parent="PicFrame"] position = Vector2( 35.118, -14.56 ) -texture = ExtResource( 3 ) +texture = ExtResource( 6 ) -[node name="Character" parent="." instance=ExtResource( 6 )] +[node name="Character" parent="." instance=ExtResource( 3 )] position = Vector2( 61.8154, 246.831 ) [node name="UI" type="CanvasLayer" parent="."] @@ -40,7 +40,7 @@ margin_top = 36.0 margin_right = -20.0 margin_bottom = -37.0 -[node name="PauseScn" parent="UI/Base" instance=ExtResource( 5 )] +[node name="PauseScn" parent="UI/Base" instance=ExtResource( 2 )] visible = false margin_left = -150.0 margin_top = -20.0 diff --git a/scenes/PauseScn.tscn b/scenes/pause.tscn similarity index 98% rename from scenes/PauseScn.tscn rename to scenes/pause.tscn index ca83bd4..3960567 100644 --- a/scenes/PauseScn.tscn +++ b/scenes/pause.tscn @@ -75,9 +75,9 @@ anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -68.0 -margin_top = -33.0 +margin_top = -36.5 margin_right = 68.0 -margin_bottom = -4.0 +margin_bottom = -7.5 columns = 3 [node name="Languages" type="MenuButton" parent="SettingsWin/Grid"] @@ -113,7 +113,7 @@ anchor_right = 0.5 margin_left = -207.5 margin_top = 8.0 margin_right = 207.5 -margin_bottom = 230.0 +margin_bottom = 223.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 diff --git a/scripts/ClassicScn.gd b/scripts/ClassicScn.gd deleted file mode 100644 index b99b793..0000000 --- a/scripts/ClassicScn.gd +++ /dev/null @@ -1,8 +0,0 @@ -# Anthony Wilcox licenses this file to you under the MPL license. -# See the LICENSE file in the project root for more information. -extends Node - -func _process(delta): - if Input.is_action_pressed("ui_pause"): - GameKit.is_game_paused(true) - $WinDialogs/PauseWin.show() \ No newline at end of file diff --git a/scripts/CreditsScn.gd b/scripts/CreditsScn.gd deleted file mode 100644 index 4dd9e87..0000000 --- a/scripts/CreditsScn.gd +++ /dev/null @@ -1,23 +0,0 @@ -# Anthony Wilcox licenses this file to you under the MPL license. -# See the LICENSE file in the project root for more information. -extends Node2D - -onready var undies = $Character/Undies -onready var bottoms = $Character/Bottom -onready var tops = $Character/Top -onready var accesories = $Character/Accessory - -func _process(delta): - - if undies.texture != null: - undies.texture = UserSettings.Underwear - - if bottoms.texture != null: - bottoms.texture = UserSettings.Bottoms - - if tops.texture != null: - tops.texture = UserSettings.Tops - - if accesories.texture != null: - accesories.texture = UserSettings.Accessory - diff --git a/scripts/GameScn.gd b/scripts/GameScn.gd index 83f5d47..4203251 100644 --- a/scripts/GameScn.gd +++ b/scripts/GameScn.gd @@ -18,7 +18,7 @@ onready var bottoms = $Character/Bottom onready var tops = $Character/Top onready var accessory = $Character/Accessory -var UndiesBtn = load("res://scenes/Clothing.tscenes") +# var UndiesBtn = load("res://scenes/Clothing.tscenes") # #func _init(): # init_underwear() diff --git a/scripts/ImportItems.gd b/scripts/ImportItems.gd deleted file mode 100644 index 2218e4a..0000000 --- a/scripts/ImportItems.gd +++ /dev/null @@ -1,14 +0,0 @@ -# Anthony Wilcox licenses this file to you under the MPL license. -# See the LICENSE file in the project root for more information. -extends Node - -# export (String, FILE, "*.json") var item_file : String - -func load_items(file_path) -> Dictionary: - var file = File.new() - assert file.file_exists(file_path) - - file.open(file_path) - var items = parse_json(file.get_as_text()) - assert items.size() > 0 - return items \ No newline at end of file diff --git a/scripts/ItemDrag.gd b/scripts/ItemDrag.gd deleted file mode 100644 index b438c8d..0000000 --- a/scripts/ItemDrag.gd +++ /dev/null @@ -1,16 +0,0 @@ -# Anthony Wilcox licenses this file to you under the MPL license. -# See the LICENSE file in the project root for more information. -extends TextureButton - -var item_pos = null - -func _on_outfit_gui_input(ev): - if ev is InputEventMouseButton: - if ev.button_index == BUTTON_LEFT: - if ev.pressed: - item_pos = get_global_mouse_position() - rect_global_position - else: - item_pos = null - - if ev is InputEventMouseMotion and item_pos != null: - rect_global_position = get_global_mouse_position() - item_pos diff --git a/scripts/TitleScn.gd b/scripts/TitleScn.gd deleted file mode 100644 index b6b07b2..0000000 --- a/scripts/TitleScn.gd +++ /dev/null @@ -1,21 +0,0 @@ -# Anthony Wilcox licenses this file to you under the MPL license. -# See the LICENSE file in the project root for more information. -extends Control - -func _ready(): - $Version.text = GameKit.version - -func _on_ClassicBtn_pressed(): - GameKit.switch_scenes("classic") - -func _on_ModernBtn_pressed(): - GameKit.switch_scenes("play") - -func _on_CreditsBtn_pressed(): - GameKit.switch_scenes("credits") - -func _on_LicenseBtn_pressed(): - $WinDialogs/LicenseWin.show() - -func _on_PlayBtn_pressed(): - GameKit.switch_scenes("play") diff --git a/sprites/eyes/eyes1.png b/sprites/character/eyes/eyes1.png similarity index 100% rename from sprites/eyes/eyes1.png rename to sprites/character/eyes/eyes1.png diff --git a/sprites/eyes/eyes1.png.import b/sprites/character/eyes/eyes1.png.import similarity index 70% rename from sprites/eyes/eyes1.png.import rename to sprites/character/eyes/eyes1.png.import index 3d61651..d6ab426 100644 --- a/sprites/eyes/eyes1.png.import +++ b/sprites/character/eyes/eyes1.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes1.png-cccef1b7c748c3d1c0ddd2f58607a110.stex" +path="res://.import/eyes1.png-73b579923539cd9b6a780210ef4ee335.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes1.png" -dest_files=[ "res://.import/eyes1.png-cccef1b7c748c3d1c0ddd2f58607a110.stex" ] +source_file="res://sprites/character/eyes/eyes1.png" +dest_files=[ "res://.import/eyes1.png-73b579923539cd9b6a780210ef4ee335.stex" ] [params] diff --git a/sprites/eyes/eyes2.png b/sprites/character/eyes/eyes2.png similarity index 100% rename from sprites/eyes/eyes2.png rename to sprites/character/eyes/eyes2.png diff --git a/sprites/eyes/eyes2.png.import b/sprites/character/eyes/eyes2.png.import similarity index 70% rename from sprites/eyes/eyes2.png.import rename to sprites/character/eyes/eyes2.png.import index 5485c9b..fda6ab5 100644 --- a/sprites/eyes/eyes2.png.import +++ b/sprites/character/eyes/eyes2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes2.png-49bd4251f5afac3b6a50ab61d843dd31.stex" +path="res://.import/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes2.png" -dest_files=[ "res://.import/eyes2.png-49bd4251f5afac3b6a50ab61d843dd31.stex" ] +source_file="res://sprites/character/eyes/eyes2.png" +dest_files=[ "res://.import/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.stex" ] [params] diff --git a/sprites/eyes/eyes3.png b/sprites/character/eyes/eyes3.png similarity index 100% rename from sprites/eyes/eyes3.png rename to sprites/character/eyes/eyes3.png diff --git a/sprites/eyes/eyes3.png.import b/sprites/character/eyes/eyes3.png.import similarity index 70% rename from sprites/eyes/eyes3.png.import rename to sprites/character/eyes/eyes3.png.import index 2a8c454..25aab53 100644 --- a/sprites/eyes/eyes3.png.import +++ b/sprites/character/eyes/eyes3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes3.png-c45378b283733ea2e2dc1cd9e40d9dd0.stex" +path="res://.import/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes3.png" -dest_files=[ "res://.import/eyes3.png-c45378b283733ea2e2dc1cd9e40d9dd0.stex" ] +source_file="res://sprites/character/eyes/eyes3.png" +dest_files=[ "res://.import/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.stex" ] [params] diff --git a/sprites/eyes/eyes4.png b/sprites/character/eyes/eyes4.png similarity index 100% rename from sprites/eyes/eyes4.png rename to sprites/character/eyes/eyes4.png diff --git a/sprites/eyes/eyes4.png.import b/sprites/character/eyes/eyes4.png.import similarity index 70% rename from sprites/eyes/eyes4.png.import rename to sprites/character/eyes/eyes4.png.import index 0c2d68b..954a534 100644 --- a/sprites/eyes/eyes4.png.import +++ b/sprites/character/eyes/eyes4.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes4.png-c1b7398e115673a6e55d60d92b598126.stex" +path="res://.import/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes4.png" -dest_files=[ "res://.import/eyes4.png-c1b7398e115673a6e55d60d92b598126.stex" ] +source_file="res://sprites/character/eyes/eyes4.png" +dest_files=[ "res://.import/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.stex" ] [params] diff --git a/sprites/eyes/eyes5.png b/sprites/character/eyes/eyes5.png similarity index 100% rename from sprites/eyes/eyes5.png rename to sprites/character/eyes/eyes5.png diff --git a/sprites/eyes/eyes5.png.import b/sprites/character/eyes/eyes5.png.import similarity index 70% rename from sprites/eyes/eyes5.png.import rename to sprites/character/eyes/eyes5.png.import index 1e962ba..e4f1203 100644 --- a/sprites/eyes/eyes5.png.import +++ b/sprites/character/eyes/eyes5.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes5.png-bd03df7f6d7925cfb74ed6ca4645495f.stex" +path="res://.import/eyes5.png-7671a3f68922046c208cc64480685057.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes5.png" -dest_files=[ "res://.import/eyes5.png-bd03df7f6d7925cfb74ed6ca4645495f.stex" ] +source_file="res://sprites/character/eyes/eyes5.png" +dest_files=[ "res://.import/eyes5.png-7671a3f68922046c208cc64480685057.stex" ] [params] diff --git a/sprites/eyes/eyes6.png b/sprites/character/eyes/eyes6.png similarity index 100% rename from sprites/eyes/eyes6.png rename to sprites/character/eyes/eyes6.png diff --git a/sprites/eyes/eyes6.png.import b/sprites/character/eyes/eyes6.png.import similarity index 70% rename from sprites/eyes/eyes6.png.import rename to sprites/character/eyes/eyes6.png.import index e8aedea..72c6803 100644 --- a/sprites/eyes/eyes6.png.import +++ b/sprites/character/eyes/eyes6.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes6.png-20ca77028c7abfcb6d8487a17841ae1b.stex" +path="res://.import/eyes6.png-73c9fb2df6533151523bf3c885e092bd.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes6.png" -dest_files=[ "res://.import/eyes6.png-20ca77028c7abfcb6d8487a17841ae1b.stex" ] +source_file="res://sprites/character/eyes/eyes6.png" +dest_files=[ "res://.import/eyes6.png-73c9fb2df6533151523bf3c885e092bd.stex" ] [params] diff --git a/sprites/eyes/eyes7.png b/sprites/character/eyes/eyes7.png similarity index 100% rename from sprites/eyes/eyes7.png rename to sprites/character/eyes/eyes7.png diff --git a/sprites/eyes/eyes7.png.import b/sprites/character/eyes/eyes7.png.import similarity index 70% rename from sprites/eyes/eyes7.png.import rename to sprites/character/eyes/eyes7.png.import index 84a9f25..a27c9d0 100644 --- a/sprites/eyes/eyes7.png.import +++ b/sprites/character/eyes/eyes7.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/eyes7.png-1c79204d649c88582d617a5b2dd759ad.stex" +path="res://.import/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/eyes/eyes7.png" -dest_files=[ "res://.import/eyes7.png-1c79204d649c88582d617a5b2dd759ad.stex" ] +source_file="res://sprites/character/eyes/eyes7.png" +dest_files=[ "res://.import/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.stex" ] [params] diff --git a/sprites/mouth/mouth.png b/sprites/character/mouth/mouth.png similarity index 100% rename from sprites/mouth/mouth.png rename to sprites/character/mouth/mouth.png diff --git a/sprites/mouth/mouth.png.import b/sprites/character/mouth/mouth.png.import similarity index 70% rename from sprites/mouth/mouth.png.import rename to sprites/character/mouth/mouth.png.import index 9bd69e5..6991fea 100644 --- a/sprites/mouth/mouth.png.import +++ b/sprites/character/mouth/mouth.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth.png-cf759de8c46377abd1df9ddd0085e139.stex" +path="res://.import/mouth.png-deec3b91d860cebe9868223ce1bd3da0.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth.png" -dest_files=[ "res://.import/mouth.png-cf759de8c46377abd1df9ddd0085e139.stex" ] +source_file="res://sprites/character/mouth/mouth.png" +dest_files=[ "res://.import/mouth.png-deec3b91d860cebe9868223ce1bd3da0.stex" ] [params] diff --git a/sprites/mouth/mouth10.png b/sprites/character/mouth/mouth10.png similarity index 100% rename from sprites/mouth/mouth10.png rename to sprites/character/mouth/mouth10.png diff --git a/sprites/mouth/mouth10.png.import b/sprites/character/mouth/mouth10.png.import similarity index 70% rename from sprites/mouth/mouth10.png.import rename to sprites/character/mouth/mouth10.png.import index ca1cdc6..3d2749c 100644 --- a/sprites/mouth/mouth10.png.import +++ b/sprites/character/mouth/mouth10.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth10.png-dd93205bcd77c6c15ebc6f3de36e0037.stex" +path="res://.import/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth10.png" -dest_files=[ "res://.import/mouth10.png-dd93205bcd77c6c15ebc6f3de36e0037.stex" ] +source_file="res://sprites/character/mouth/mouth10.png" +dest_files=[ "res://.import/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.stex" ] [params] diff --git a/sprites/mouth/mouth11.png b/sprites/character/mouth/mouth11.png similarity index 100% rename from sprites/mouth/mouth11.png rename to sprites/character/mouth/mouth11.png diff --git a/sprites/mouth/mouth11.png.import b/sprites/character/mouth/mouth11.png.import similarity index 70% rename from sprites/mouth/mouth11.png.import rename to sprites/character/mouth/mouth11.png.import index d79526c..47ee40a 100644 --- a/sprites/mouth/mouth11.png.import +++ b/sprites/character/mouth/mouth11.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth11.png-124cdcfb5d0479d68247ada2eec391ea.stex" +path="res://.import/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth11.png" -dest_files=[ "res://.import/mouth11.png-124cdcfb5d0479d68247ada2eec391ea.stex" ] +source_file="res://sprites/character/mouth/mouth11.png" +dest_files=[ "res://.import/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.stex" ] [params] diff --git a/sprites/mouth/mouth12.png b/sprites/character/mouth/mouth12.png similarity index 100% rename from sprites/mouth/mouth12.png rename to sprites/character/mouth/mouth12.png diff --git a/sprites/mouth/mouth12.png.import b/sprites/character/mouth/mouth12.png.import similarity index 70% rename from sprites/mouth/mouth12.png.import rename to sprites/character/mouth/mouth12.png.import index 840eb14..1e894f0 100644 --- a/sprites/mouth/mouth12.png.import +++ b/sprites/character/mouth/mouth12.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth12.png-07083010cdf17bceab83715474adb77d.stex" +path="res://.import/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth12.png" -dest_files=[ "res://.import/mouth12.png-07083010cdf17bceab83715474adb77d.stex" ] +source_file="res://sprites/character/mouth/mouth12.png" +dest_files=[ "res://.import/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.stex" ] [params] diff --git a/sprites/mouth/mouth2.png b/sprites/character/mouth/mouth2.png similarity index 100% rename from sprites/mouth/mouth2.png rename to sprites/character/mouth/mouth2.png diff --git a/sprites/mouth/mouth2.png.import b/sprites/character/mouth/mouth2.png.import similarity index 70% rename from sprites/mouth/mouth2.png.import rename to sprites/character/mouth/mouth2.png.import index 86083ec..9030f3e 100644 --- a/sprites/mouth/mouth2.png.import +++ b/sprites/character/mouth/mouth2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth2.png-0628c0ab106f2cfd1d1b1e454a06c2a4.stex" +path="res://.import/mouth2.png-714ad90600be6128f536bc6ebe04302f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth2.png" -dest_files=[ "res://.import/mouth2.png-0628c0ab106f2cfd1d1b1e454a06c2a4.stex" ] +source_file="res://sprites/character/mouth/mouth2.png" +dest_files=[ "res://.import/mouth2.png-714ad90600be6128f536bc6ebe04302f.stex" ] [params] diff --git a/sprites/mouth/mouth3.png b/sprites/character/mouth/mouth3.png similarity index 100% rename from sprites/mouth/mouth3.png rename to sprites/character/mouth/mouth3.png diff --git a/sprites/mouth/mouth3.png.import b/sprites/character/mouth/mouth3.png.import similarity index 70% rename from sprites/mouth/mouth3.png.import rename to sprites/character/mouth/mouth3.png.import index 2079137..3baf15c 100644 --- a/sprites/mouth/mouth3.png.import +++ b/sprites/character/mouth/mouth3.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth3.png-0b734ac1ddb6da98ea44ff679ea0a683.stex" +path="res://.import/mouth3.png-094195b5d96ad7cd042464cb3580b87e.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth3.png" -dest_files=[ "res://.import/mouth3.png-0b734ac1ddb6da98ea44ff679ea0a683.stex" ] +source_file="res://sprites/character/mouth/mouth3.png" +dest_files=[ "res://.import/mouth3.png-094195b5d96ad7cd042464cb3580b87e.stex" ] [params] diff --git a/sprites/mouth/mouth4.png b/sprites/character/mouth/mouth4.png similarity index 100% rename from sprites/mouth/mouth4.png rename to sprites/character/mouth/mouth4.png diff --git a/sprites/mouth/mouth4.png.import b/sprites/character/mouth/mouth4.png.import similarity index 70% rename from sprites/mouth/mouth4.png.import rename to sprites/character/mouth/mouth4.png.import index 8853661..b621a52 100644 --- a/sprites/mouth/mouth4.png.import +++ b/sprites/character/mouth/mouth4.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth4.png-d024f0c3c8c379eaf194c28edc67020e.stex" +path="res://.import/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth4.png" -dest_files=[ "res://.import/mouth4.png-d024f0c3c8c379eaf194c28edc67020e.stex" ] +source_file="res://sprites/character/mouth/mouth4.png" +dest_files=[ "res://.import/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.stex" ] [params] diff --git a/sprites/mouth/mouth5.png b/sprites/character/mouth/mouth5.png similarity index 100% rename from sprites/mouth/mouth5.png rename to sprites/character/mouth/mouth5.png diff --git a/sprites/mouth/mouth5.png.import b/sprites/character/mouth/mouth5.png.import similarity index 70% rename from sprites/mouth/mouth5.png.import rename to sprites/character/mouth/mouth5.png.import index 9b53e1f..fe0aa34 100644 --- a/sprites/mouth/mouth5.png.import +++ b/sprites/character/mouth/mouth5.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth5.png-5f1645b141762ee407ec6d5e67730115.stex" +path="res://.import/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth5.png" -dest_files=[ "res://.import/mouth5.png-5f1645b141762ee407ec6d5e67730115.stex" ] +source_file="res://sprites/character/mouth/mouth5.png" +dest_files=[ "res://.import/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.stex" ] [params] diff --git a/sprites/mouth/mouth6.png b/sprites/character/mouth/mouth6.png similarity index 100% rename from sprites/mouth/mouth6.png rename to sprites/character/mouth/mouth6.png diff --git a/sprites/mouth/mouth6.png.import b/sprites/character/mouth/mouth6.png.import similarity index 70% rename from sprites/mouth/mouth6.png.import rename to sprites/character/mouth/mouth6.png.import index c75dad3..64315ca 100644 --- a/sprites/mouth/mouth6.png.import +++ b/sprites/character/mouth/mouth6.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth6.png-fc04226ce38e8c53a7f4facc41c74688.stex" +path="res://.import/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth6.png" -dest_files=[ "res://.import/mouth6.png-fc04226ce38e8c53a7f4facc41c74688.stex" ] +source_file="res://sprites/character/mouth/mouth6.png" +dest_files=[ "res://.import/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.stex" ] [params] diff --git a/sprites/mouth/mouth7.png b/sprites/character/mouth/mouth7.png similarity index 100% rename from sprites/mouth/mouth7.png rename to sprites/character/mouth/mouth7.png diff --git a/sprites/mouth/mouth7.png.import b/sprites/character/mouth/mouth7.png.import similarity index 70% rename from sprites/mouth/mouth7.png.import rename to sprites/character/mouth/mouth7.png.import index aa28a32..ac22d4f 100644 --- a/sprites/mouth/mouth7.png.import +++ b/sprites/character/mouth/mouth7.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth7.png-c391a91e2000b06097244449b49d6ed8.stex" +path="res://.import/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth7.png" -dest_files=[ "res://.import/mouth7.png-c391a91e2000b06097244449b49d6ed8.stex" ] +source_file="res://sprites/character/mouth/mouth7.png" +dest_files=[ "res://.import/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.stex" ] [params] diff --git a/sprites/mouth/mouth8.png b/sprites/character/mouth/mouth8.png similarity index 100% rename from sprites/mouth/mouth8.png rename to sprites/character/mouth/mouth8.png diff --git a/sprites/mouth/mouth8.png.import b/sprites/character/mouth/mouth8.png.import similarity index 70% rename from sprites/mouth/mouth8.png.import rename to sprites/character/mouth/mouth8.png.import index 3f89120..330d7a6 100644 --- a/sprites/mouth/mouth8.png.import +++ b/sprites/character/mouth/mouth8.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth8.png-a1515b5266922dbc7f71bf2dc94dc8dd.stex" +path="res://.import/mouth8.png-3d754278cb0ea22569288c205858318c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth8.png" -dest_files=[ "res://.import/mouth8.png-a1515b5266922dbc7f71bf2dc94dc8dd.stex" ] +source_file="res://sprites/character/mouth/mouth8.png" +dest_files=[ "res://.import/mouth8.png-3d754278cb0ea22569288c205858318c.stex" ] [params] diff --git a/sprites/mouth/mouth9.png b/sprites/character/mouth/mouth9.png similarity index 100% rename from sprites/mouth/mouth9.png rename to sprites/character/mouth/mouth9.png diff --git a/sprites/mouth/mouth9.png.import b/sprites/character/mouth/mouth9.png.import similarity index 70% rename from sprites/mouth/mouth9.png.import rename to sprites/character/mouth/mouth9.png.import index 450f276..81c26db 100644 --- a/sprites/mouth/mouth9.png.import +++ b/sprites/character/mouth/mouth9.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/mouth9.png-96456e677a9fbc352c095382dc126a27.stex" +path="res://.import/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/mouth/mouth9.png" -dest_files=[ "res://.import/mouth9.png-96456e677a9fbc352c095382dc126a27.stex" ] +source_file="res://sprites/character/mouth/mouth9.png" +dest_files=[ "res://.import/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.stex" ] [params] diff --git a/sprites/tail/tail0.png b/sprites/character/tail/tail0.png similarity index 100% rename from sprites/tail/tail0.png rename to sprites/character/tail/tail0.png diff --git a/sprites/tail/tail0.png.import b/sprites/character/tail/tail0.png.import similarity index 70% rename from sprites/tail/tail0.png.import rename to sprites/character/tail/tail0.png.import index f47b55b..34d07e8 100644 --- a/sprites/tail/tail0.png.import +++ b/sprites/character/tail/tail0.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail0.png-a8d197bf7aadf8a6eb880cbf886a3af5.stex" +path="res://.import/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail0.png" -dest_files=[ "res://.import/tail0.png-a8d197bf7aadf8a6eb880cbf886a3af5.stex" ] +source_file="res://sprites/character/tail/tail0.png" +dest_files=[ "res://.import/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.stex" ] [params] diff --git a/sprites/tail/tail0.svg b/sprites/character/tail/tail0.svg similarity index 100% rename from sprites/tail/tail0.svg rename to sprites/character/tail/tail0.svg diff --git a/sprites/tail/tail0.svg.import b/sprites/character/tail/tail0.svg.import similarity index 70% rename from sprites/tail/tail0.svg.import rename to sprites/character/tail/tail0.svg.import index cfee6e9..8b629a8 100644 --- a/sprites/tail/tail0.svg.import +++ b/sprites/character/tail/tail0.svg.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.stex" +path="res://.import/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail0.svg" -dest_files=[ "res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.stex" ] +source_file="res://sprites/character/tail/tail0.svg" +dest_files=[ "res://.import/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.stex" ] [params] diff --git a/sprites/tail/tail1.png b/sprites/character/tail/tail1.png similarity index 100% rename from sprites/tail/tail1.png rename to sprites/character/tail/tail1.png diff --git a/sprites/tail/tail1.png.import b/sprites/character/tail/tail1.png.import similarity index 70% rename from sprites/tail/tail1.png.import rename to sprites/character/tail/tail1.png.import index 67f2f28..7b8e9ee 100644 --- a/sprites/tail/tail1.png.import +++ b/sprites/character/tail/tail1.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail1.png-536ddd757ecb5ed0063dbb2ddf1eeafd.stex" +path="res://.import/tail1.png-20ad963cb27262722d9c830306d82365.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail1.png" -dest_files=[ "res://.import/tail1.png-536ddd757ecb5ed0063dbb2ddf1eeafd.stex" ] +source_file="res://sprites/character/tail/tail1.png" +dest_files=[ "res://.import/tail1.png-20ad963cb27262722d9c830306d82365.stex" ] [params] diff --git a/sprites/tail/tail1.svg b/sprites/character/tail/tail1.svg similarity index 100% rename from sprites/tail/tail1.svg rename to sprites/character/tail/tail1.svg diff --git a/sprites/tail/tail1.svg.import b/sprites/character/tail/tail1.svg.import similarity index 70% rename from sprites/tail/tail1.svg.import rename to sprites/character/tail/tail1.svg.import index 3793fc9..8cd3e2d 100644 --- a/sprites/tail/tail1.svg.import +++ b/sprites/character/tail/tail1.svg.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.stex" +path="res://.import/tail1.svg-c186531e2f293b8a49ad37888764cf1c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail1.svg" -dest_files=[ "res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.stex" ] +source_file="res://sprites/character/tail/tail1.svg" +dest_files=[ "res://.import/tail1.svg-c186531e2f293b8a49ad37888764cf1c.stex" ] [params] diff --git a/sprites/tail/tail2.png b/sprites/character/tail/tail2.png similarity index 100% rename from sprites/tail/tail2.png rename to sprites/character/tail/tail2.png diff --git a/sprites/tail/tail2.png.import b/sprites/character/tail/tail2.png.import similarity index 70% rename from sprites/tail/tail2.png.import rename to sprites/character/tail/tail2.png.import index 63c3e97..3252752 100644 --- a/sprites/tail/tail2.png.import +++ b/sprites/character/tail/tail2.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail2.png-27fbf5ec66099bbbde2ef63919f610f8.stex" +path="res://.import/tail2.png-04a5eb6359a849ec31dc372cf1abc188.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail2.png" -dest_files=[ "res://.import/tail2.png-27fbf5ec66099bbbde2ef63919f610f8.stex" ] +source_file="res://sprites/character/tail/tail2.png" +dest_files=[ "res://.import/tail2.png-04a5eb6359a849ec31dc372cf1abc188.stex" ] [params] diff --git a/sprites/tail/tail2.svg b/sprites/character/tail/tail2.svg similarity index 100% rename from sprites/tail/tail2.svg rename to sprites/character/tail/tail2.svg diff --git a/sprites/tail/tail2.svg.import b/sprites/character/tail/tail2.svg.import similarity index 70% rename from sprites/tail/tail2.svg.import rename to sprites/character/tail/tail2.svg.import index 99116c2..6bfd1ea 100644 --- a/sprites/tail/tail2.svg.import +++ b/sprites/character/tail/tail2.svg.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.stex" +path="res://.import/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.stex" metadata={ "vram_texture": false } [deps] -source_file="res://sprites/tail/tail2.svg" -dest_files=[ "res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.stex" ] +source_file="res://sprites/character/tail/tail2.svg" +dest_files=[ "res://.import/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.stex" ] [params] diff --git a/sprites/clothes/x_button.svg.import b/sprites/clothes/x_button.svg.import deleted file mode 100644 index d3063e3..0000000 --- a/sprites/clothes/x_button.svg.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/x_button.svg-d4e5d4da46420d983dbb42b3464de51e.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://sprites/clothes/x_button.svg" -dest_files=[ "res://.import/x_button.svg-d4e5d4da46420d983dbb42b3464de51e.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 diff --git a/sprites/clothes/x_button.svg b/sprites/ui/x_button.svg similarity index 100% rename from sprites/clothes/x_button.svg rename to sprites/ui/x_button.svg diff --git a/sprites/ui/x_button.svg.import b/sprites/ui/x_button.svg.import new file mode 100644 index 0000000..84efcc5 --- /dev/null +++ b/sprites/ui/x_button.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/x_button.svg-d1869e8e892b4a73e8194091081b2a09.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/ui/x_button.svg" +dest_files=[ "res://.import/x_button.svg-d1869e8e892b4a73e8194091081b2a09.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/styles/DressUpTheme.res b/styles/DressUpTheme.res deleted file mode 100644 index 2eec753..0000000 Binary files a/styles/DressUpTheme.res and /dev/null differ