Project clean up
|
@ -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 )
|
||||
|
|
|
@ -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 ) ],
|
||||
|
|
|
@ -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"]
|
|
@ -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 )]
|
|
@ -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"]
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Clothing" type="TextureButton"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
|
@ -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 )
|
|
@ -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"]
|
|
@ -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
|
|
@ -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
|
|
@ -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()
|
|
@ -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
|
||||
|
|
@ -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()
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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")
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 560 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 190 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1,000 B After Width: | Height: | Size: 1,000 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 635 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 646 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
|
@ -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]
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -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]
|
||||
|
|
@ -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
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
34
sprites/ui/x_button.svg.import
Normal file
|
@ -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
|