WIP: change outfits on click, no drag and drop
|
@ -1,8 +1,8 @@
|
||||||
[gd_scene load_steps=17 format=2]
|
[gd_scene load_steps=20 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://assets/briefs.png" type="Texture" id=1]
|
[ext_resource path="res://src/Clothes.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://src/ItemDrag.gd" type="Script" id=2]
|
[ext_resource path="res://assets/briefs.png" type="Texture" id=2]
|
||||||
[ext_resource path="res://assets/undies.png" type="Texture" id=3]
|
[ext_resource path="res://assets/zbriefs.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://assets/jeans.png" type="Texture" id=4]
|
[ext_resource path="res://assets/jeans.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://assets/dj shorts.png" type="Texture" id=5]
|
[ext_resource path="res://assets/dj shorts.png" type="Texture" id=5]
|
||||||
[ext_resource path="res://assets/sweat pants.png" type="Texture" id=6]
|
[ext_resource path="res://assets/sweat pants.png" type="Texture" id=6]
|
||||||
|
@ -11,13 +11,18 @@
|
||||||
[ext_resource path="res://assets/raw shirt.png" type="Texture" id=9]
|
[ext_resource path="res://assets/raw shirt.png" type="Texture" id=9]
|
||||||
[ext_resource path="res://assets/atomic shirt.png" type="Texture" id=10]
|
[ext_resource path="res://assets/atomic shirt.png" type="Texture" id=10]
|
||||||
[ext_resource path="res://assets/snowboard coat.png" type="Texture" id=11]
|
[ext_resource path="res://assets/snowboard coat.png" type="Texture" id=11]
|
||||||
[ext_resource path="res://assets/trench coat.png" type="Texture" id=12]
|
[ext_resource path="res://src/ItemDrag.gd" type="Script" id=12]
|
||||||
[ext_resource path="res://assets/blue tux.png" type="Texture" id=13]
|
[ext_resource path="res://assets/trench coat.png" type="Texture" id=13]
|
||||||
[ext_resource path="res://assets/jp school girl.png" type="Texture" id=14]
|
[ext_resource path="res://assets/blue tux.png" type="Texture" id=14]
|
||||||
[ext_resource path="res://assets/camera.png" type="Texture" id=15]
|
[ext_resource path="res://assets/jp school girl.png" type="Texture" id=15]
|
||||||
[ext_resource path="res://assets/owo censor.png" type="Texture" id=16]
|
[ext_resource path="res://assets/camera.png" type="Texture" id=16]
|
||||||
|
[ext_resource path="res://assets/owo censor.png" type="Texture" id=17]
|
||||||
|
[ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=18]
|
||||||
|
[ext_resource path="res://assets/tops_placeholder.png" type="Texture" id=19]
|
||||||
|
|
||||||
[node name="Clothes" type="Node"]
|
[node name="Clothes" type="Node" index="0"]
|
||||||
|
|
||||||
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="Wordrobe" type="ReferenceRect" parent="." index="0"]
|
[node name="Wordrobe" type="ReferenceRect" parent="." index="0"]
|
||||||
|
|
||||||
|
@ -44,10 +49,10 @@ anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
margin_left = 542.0
|
margin_left = 506.0
|
||||||
margin_top = 302.0
|
margin_top = 291.0
|
||||||
margin_right = 608.0
|
margin_right = 612.0
|
||||||
margin_bottom = 345.0
|
margin_bottom = 403.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
@ -59,8 +64,7 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 1 )
|
texture_normal = ExtResource( 2 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
|
|
||||||
[node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear" index="1"]
|
[node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear" index="1"]
|
||||||
|
|
||||||
|
@ -68,10 +72,10 @@ anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
margin_left = 543.0
|
margin_left = 963.0
|
||||||
margin_top = 350.0
|
margin_top = 360.0
|
||||||
margin_right = 609.0
|
margin_right = 1069.0
|
||||||
margin_bottom = 393.0
|
margin_bottom = 472.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
@ -84,7 +88,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Bottoms" type="Node" parent="Wordrobe" index="1"]
|
[node name="Bottoms" type="Node" parent="Wordrobe" index="1"]
|
||||||
|
@ -111,7 +114,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 4 )
|
texture_normal = ExtResource( 4 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="DJ Shorts" type="TextureButton" parent="Wordrobe/Bottoms" index="1"]
|
[node name="DJ Shorts" type="TextureButton" parent="Wordrobe/Bottoms" index="1"]
|
||||||
|
@ -122,8 +124,8 @@ anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
margin_left = 639.0
|
margin_left = 639.0
|
||||||
margin_top = 286.0
|
margin_top = 286.0
|
||||||
margin_right = 735.0
|
margin_right = 745.0
|
||||||
margin_bottom = 379.0
|
margin_bottom = 398.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
@ -136,7 +138,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 5 )
|
texture_normal = ExtResource( 5 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Anchor", "Textures" ]
|
_sections_unfolded = [ "Anchor", "Textures" ]
|
||||||
|
|
||||||
[node name="Sweats" type="TextureButton" parent="Wordrobe/Bottoms" index="2"]
|
[node name="Sweats" type="TextureButton" parent="Wordrobe/Bottoms" index="2"]
|
||||||
|
@ -145,10 +146,10 @@ anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
margin_left = 485.0
|
margin_left = 499.0
|
||||||
margin_top = 405.0
|
margin_top = 389.0
|
||||||
margin_right = 591.0
|
margin_right = 605.0
|
||||||
margin_bottom = 517.0
|
margin_bottom = 501.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
@ -161,7 +162,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 6 )
|
texture_normal = ExtResource( 6 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Tops" type="Node" parent="Wordrobe" index="2"]
|
[node name="Tops" type="Node" parent="Wordrobe" index="2"]
|
||||||
|
@ -188,7 +188,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 7 )
|
texture_normal = ExtResource( 7 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="DJ Shirt" type="TextureButton" parent="Wordrobe/Tops" index="1"]
|
[node name="DJ Shirt" type="TextureButton" parent="Wordrobe/Tops" index="1"]
|
||||||
|
@ -213,7 +212,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 8 )
|
texture_normal = ExtResource( 8 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Raw" type="TextureButton" parent="Wordrobe/Tops" index="2"]
|
[node name="Raw" type="TextureButton" parent="Wordrobe/Tops" index="2"]
|
||||||
|
@ -224,7 +222,7 @@ anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
margin_left = 533.0
|
margin_left = 533.0
|
||||||
margin_top = 177.0
|
margin_top = 177.0
|
||||||
margin_right = 614.0
|
margin_right = 618.0
|
||||||
margin_bottom = 290.0
|
margin_bottom = 290.0
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
|
@ -238,10 +236,9 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 9 )
|
texture_normal = ExtResource( 9 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Biker" type="TextureButton" parent="Wordrobe/Tops" index="3"]
|
[node name="Atomic" type="TextureButton" parent="Wordrobe/Tops" index="3"]
|
||||||
|
|
||||||
anchor_left = 0.0
|
anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
|
@ -263,7 +260,6 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 10 )
|
texture_normal = ExtResource( 10 )
|
||||||
script = ExtResource( 2 )
|
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Outfits" type="Node" parent="Wordrobe" index="3"]
|
[node name="Outfits" type="Node" parent="Wordrobe" index="3"]
|
||||||
|
@ -290,7 +286,7 @@ enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 11 )
|
texture_normal = ExtResource( 11 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Trench Coat" type="TextureButton" parent="Wordrobe/Outfits" index="1"]
|
[node name="Trench Coat" type="TextureButton" parent="Wordrobe/Outfits" index="1"]
|
||||||
|
@ -314,8 +310,8 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 12 )
|
texture_normal = ExtResource( 13 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Blue Tux" type="TextureButton" parent="Wordrobe/Outfits" index="2"]
|
[node name="Blue Tux" type="TextureButton" parent="Wordrobe/Outfits" index="2"]
|
||||||
|
@ -339,8 +335,8 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 13 )
|
texture_normal = ExtResource( 14 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="School Girl" type="TextureButton" parent="Wordrobe/Outfits" index="3"]
|
[node name="School Girl" type="TextureButton" parent="Wordrobe/Outfits" index="3"]
|
||||||
|
@ -364,8 +360,8 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 14 )
|
texture_normal = ExtResource( 15 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="Accessories" type="Node" parent="Wordrobe" index="4"]
|
[node name="Accessories" type="Node" parent="Wordrobe" index="4"]
|
||||||
|
@ -391,8 +387,8 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 15 )
|
texture_normal = ExtResource( 16 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[node name="OwO Censor" type="TextureButton" parent="Wordrobe/Accessories" index="1"]
|
[node name="OwO Censor" type="TextureButton" parent="Wordrobe/Accessories" index="1"]
|
||||||
|
@ -416,35 +412,54 @@ toggle_mode = false
|
||||||
enabled_focus_mode = 2
|
enabled_focus_mode = 2
|
||||||
shortcut = null
|
shortcut = null
|
||||||
group = null
|
group = null
|
||||||
texture_normal = ExtResource( 16 )
|
texture_normal = ExtResource( 17 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 12 )
|
||||||
_sections_unfolded = [ "Textures" ]
|
_sections_unfolded = [ "Textures" ]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Underwear/Briefs" to="Wordrobe/Underwear/Briefs" method="_on_outfit_gui_input"]
|
[node name="Body" type="ReferenceRect" parent="." index="1"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Underwear/ZBriefs" to="Wordrobe/Underwear/ZBriefs" method="_on_outfit_gui_input"]
|
anchor_left = 0.0
|
||||||
|
anchor_top = 0.0
|
||||||
|
anchor_right = 0.0
|
||||||
|
anchor_bottom = 0.0
|
||||||
|
margin_left = 26.0
|
||||||
|
margin_top = 297.0
|
||||||
|
margin_right = 144.0
|
||||||
|
margin_bottom = 519.0
|
||||||
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
|
rect_clip_content = false
|
||||||
|
mouse_filter = 0
|
||||||
|
mouse_default_cursor_shape = 0
|
||||||
|
size_flags_horizontal = 1
|
||||||
|
size_flags_vertical = 1
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Bottoms/Jeans" to="Wordrobe/Bottoms/Jeans" method="_on_outfit_gui_input"]
|
[node name="Bottom" type="Sprite" parent="Body" index="0"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Bottoms/DJ Shorts" to="Wordrobe/Bottoms/DJ Shorts" method="_on_outfit_gui_input"]
|
position = Vector2( 57.9419, 144.296 )
|
||||||
|
texture = ExtResource( 18 )
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Bottoms/Sweats" to="Wordrobe/Bottoms/Sweats" method="_on_outfit_gui_input"]
|
[node name="Top" type="Sprite" parent="Body" index="1"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Tops/Sweatshirt" to="Wordrobe/Tops/Sweatshirt" method="_on_outfit_gui_input"]
|
position = Vector2( 64.0597, 55.3242 )
|
||||||
|
texture = ExtResource( 19 )
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Tops/DJ Shirt" to="Wordrobe/Tops/DJ Shirt" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Underwear/Briefs" to="." method="_on_Briefs_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Tops/Raw" to="Wordrobe/Tops/Raw" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Underwear/ZBriefs" to="." method="_on_ZBriefs_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Tops/Biker" to="Wordrobe/Tops/Biker" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Bottoms/Jeans" to="." method="_on_Jeans_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Outfits/Snowboard" to="Wordrobe/Outfits/Snowboard" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Bottoms/DJ Shorts" to="." method="_on_DJ_Shorts_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Outfits/Trench Coat" to="Wordrobe/Outfits/Trench Coat" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Bottoms/Sweats" to="." method="_on_Sweats_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Outfits/Blue Tux" to="Wordrobe/Outfits/Blue Tux" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Tops/Sweatshirt" to="." method="_on_Sweatshirt_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Outfits/School Girl" to="Wordrobe/Outfits/School Girl" method="_on_outfit_gui_input"]
|
[connection signal="pressed" from="Wordrobe/Tops/DJ Shirt" to="." method="_on_DJ_Shirt_pressed"]
|
||||||
|
|
||||||
|
[connection signal="pressed" from="Wordrobe/Tops/Raw" to="." method="_on_Raw_pressed"]
|
||||||
|
|
||||||
|
[connection signal="pressed" from="Wordrobe/Tops/Atomic" to="." method="_on_Atomic_pressed"]
|
||||||
|
|
||||||
[connection signal="gui_input" from="Wordrobe/Accessories/Camera" to="Wordrobe/Accessories/Camera" method="_on_outfit_gui_input"]
|
[connection signal="gui_input" from="Wordrobe/Accessories/Camera" to="Wordrobe/Accessories/Camera" method="_on_outfit_gui_input"]
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 3.8 KiB |
BIN
project/assets/atomic_shirt.png
Normal file
After Width: | Height: | Size: 10 KiB |
29
project/assets/atomic_shirt.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/atomic_shirt.png-2e182814817b558763ead7e78d3871b1.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/atomic_shirt.png"
|
||||||
|
dest_files=[ "res://.import/atomic_shirt.png-2e182814817b558763ead7e78d3871b1.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
29
project/assets/blue_tux.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/blue_tux.png-eae6fb6d110c4ca05fcff231eed0b334.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/blue_tux.png"
|
||||||
|
dest_files=[ "res://.import/blue_tux.png-eae6fb6d110c4ca05fcff231eed0b334.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
BIN
project/assets/bottoms_placeholder.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
29
project/assets/bottoms_placeholder.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/bottoms_placeholder.png-f0eeb52bf4750919e9ad3423a66874d5.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/bottoms_placeholder.png"
|
||||||
|
dest_files=[ "res://.import/bottoms_placeholder.png-f0eeb52bf4750919e9ad3423a66874d5.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.2 KiB |
BIN
project/assets/dj_shirt.png
Normal file
After Width: | Height: | Size: 13 KiB |
29
project/assets/dj_shirt.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/dj_shirt.png-d121fed1a5108f3c2405dd43dfded055.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/dj_shirt.png"
|
||||||
|
dest_files=[ "res://.import/dj_shirt.png-d121fed1a5108f3c2405dd43dfded055.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
BIN
project/assets/dj_shorts.png
Normal file
After Width: | Height: | Size: 13 KiB |
29
project/assets/dj_shorts.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/dj_shorts.png-17fbace4acbca8458d28bc94ef7c528d.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/dj_shorts.png"
|
||||||
|
dest_files=[ "res://.import/dj_shorts.png-17fbace4acbca8458d28bc94ef7c528d.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
29
project/assets/dress_up_bg.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/dress_up_bg.png-f85588b7b816c08fa2827a4f2a00be9e.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/dress_up_bg.png"
|
||||||
|
dest_files=[ "res://.import/dress_up_bg.png-f85588b7b816c08fa2827a4f2a00be9e.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
29
project/assets/game_splash.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/game_splash.png-e50a14b18c17eee1a97a55d939054e18.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/game_splash.png"
|
||||||
|
dest_files=[ "res://.import/game_splash.png-e50a14b18c17eee1a97a55d939054e18.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
29
project/assets/jp_school_girl.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/jp_school_girl.png-3327135d27f4173adc771bbdc1467cbf.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/jp_school_girl.png"
|
||||||
|
dest_files=[ "res://.import/jp_school_girl.png-3327135d27f4173adc771bbdc1467cbf.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
29
project/assets/old_sweatshirt.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/old_sweatshirt.png-05a15b7a87b13399ca588c2badb4adce.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/old_sweatshirt.png"
|
||||||
|
dest_files=[ "res://.import/old_sweatshirt.png-05a15b7a87b13399ca588c2badb4adce.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
29
project/assets/owo_censor.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/owo_censor.png-e5fa23e68ae8686f59f0fa6b5d0465a9.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/owo_censor.png"
|
||||||
|
dest_files=[ "res://.import/owo_censor.png-e5fa23e68ae8686f59f0fa6b5d0465a9.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
project/assets/raw_shirt.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
29
project/assets/raw_shirt.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/raw_shirt.png-7ad311684e59d164c3e9e55bd0625f28.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/raw_shirt.png"
|
||||||
|
dest_files=[ "res://.import/raw_shirt.png-7ad311684e59d164c3e9e55bd0625f28.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
29
project/assets/snowboard_coat.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/snowboard_coat.png-ac37e5f55d9897ed3299c3aca9f97ada.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/snowboard_coat.png"
|
||||||
|
dest_files=[ "res://.import/snowboard_coat.png-ac37e5f55d9897ed3299c3aca9f97ada.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
29
project/assets/sweat_pants.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/sweat_pants.png-318524928a242bc628a75676c4039167.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/sweat_pants.png"
|
||||||
|
dest_files=[ "res://.import/sweat_pants.png-318524928a242bc628a75676c4039167.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
BIN
project/assets/tops_placeholder.png
Normal file
After Width: | Height: | Size: 917 B |
29
project/assets/tops_placeholder.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/tops_placeholder.png-ed244c7c0ef3880c9d09e201ddc9bee4.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/tops_placeholder.png"
|
||||||
|
dest_files=[ "res://.import/tops_placeholder.png-ed244c7c0ef3880c9d09e201ddc9bee4.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
29
project/assets/trench_coat.png.import
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/trench_coat.png-49504ebabbed78ee7882c0bd629e8f63.stex"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/trench_coat.png"
|
||||||
|
dest_files=[ "res://.import/trench_coat.png-49504ebabbed78ee7882c0bd629e8f63.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
project/assets/zbriefs.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/undies.png-d1e15c3ac249edf85b31519207ed7c5b.stex"
|
path="res://.import/zbriefs.png-f4229ea1a519f46e9fae5401bbc40f9e.stex"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/undies.png"
|
source_file="res://assets/zbriefs.png"
|
||||||
dest_files=[ "res://.import/undies.png-d1e15c3ac249edf85b31519207ed7c5b.stex" ]
|
dest_files=[ "res://.import/zbriefs.png-f4229ea1a519f46e9fae5401bbc40f9e.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
39
project/src/Clothes.gd
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
extends Node
|
||||||
|
|
||||||
|
onready var bottoms = load("res://assets/bottoms_placeholder.png")
|
||||||
|
onready var tops = load("res://assets/tops_placeholder.png")
|
||||||
|
|
||||||
|
func change_bottoms(new_bottom):
|
||||||
|
bottoms = new_bottom
|
||||||
|
$Body/Bottom.texture = bottoms
|
||||||
|
|
||||||
|
func change_tops(new_top):
|
||||||
|
tops = new_top
|
||||||
|
$Body/Top.texture = tops
|
||||||
|
|
||||||
|
func _on_DJ_Shorts_pressed():
|
||||||
|
change_bottoms(load("res://assets/dj_shorts.png"))
|
||||||
|
|
||||||
|
func _on_ZBriefs_pressed():
|
||||||
|
change_bottoms(load("res://assets/zbriefs.png"))
|
||||||
|
|
||||||
|
func _on_Briefs_pressed():
|
||||||
|
change_bottoms(load("res://assets/briefs.png"))
|
||||||
|
|
||||||
|
func _on_Jeans_pressed():
|
||||||
|
change_bottoms(load("res://assets/jeans.png"))
|
||||||
|
|
||||||
|
func _on_Sweats_pressed():
|
||||||
|
change_bottoms(load("res://assets/sweat_pants.png"))
|
||||||
|
|
||||||
|
func _on_Sweatshirt_pressed():
|
||||||
|
change_tops(load("res://assets/old_sweatshirt.png"))
|
||||||
|
|
||||||
|
func _on_DJ_Shirt_pressed():
|
||||||
|
change_tops(load("res://asssets/dj_shirt.png"))
|
||||||
|
|
||||||
|
func _on_Raw_pressed():
|
||||||
|
change_tops(load("res://assets/raw_shirt.png"))
|
||||||
|
|
||||||
|
func _on_Atomic_pressed():
|
||||||
|
change_tops(load("res://assets/atomic_shirt.png"))
|