1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00

Replaced with piano song

- Replaced with the piano melody with an song find in typical RPGs.
- New Remove Pants/Shirt buttons
- About window was redone with the license moved to it's own dedicated window that now includes CC-BY 4.0 notice as well.
- New assets: blue camo pants and the shirt from the cancelled "What's New Zack?"
- The Zack sprite was modified to work with the new shirt. This doesn't affact older ones, though.
This commit is contained in:
Anthony Wilcox 2019-01-04 09:28:39 -05:00
parent 1d64362544
commit 07114accec
17 changed files with 477 additions and 134 deletions

View file

@ -1,24 +1,26 @@
[gd_scene load_steps=20 format=2] [gd_scene load_steps=22 format=2]
[ext_resource path="res://src/Clothes.gd" type="Script" id=1] [ext_resource path="res://src/Clothes.gd" type="Script" id=1]
[ext_resource path="res://assets/DressUp.theme" type="Theme" id=2] [ext_resource path="res://assets/DressUp.theme" type="Theme" id=2]
[ext_resource path="res://assets/jeans.png" type="Texture" id=3] [ext_resource path="res://assets/jeans.png" type="Texture" id=3]
[ext_resource path="res://assets/dj_shorts.png" type="Texture" id=4] [ext_resource path="res://assets/dj_shorts.png" type="Texture" id=4]
[ext_resource path="res://assets/sweat_pants.png" type="Texture" id=5] [ext_resource path="res://assets/sweat_pants.png" type="Texture" id=5]
[ext_resource path="res://assets/beat_up_jeans.png" type="Texture" id=6] [ext_resource path="res://assets/blue_camo_jeans.png" type="Texture" id=6]
[ext_resource path="res://assets/old_sweatshirt.png" type="Texture" id=7] [ext_resource path="res://assets/beat_up_jeans.png" type="Texture" id=7]
[ext_resource path="res://assets/dj_shirt.png" type="Texture" id=8] [ext_resource path="res://assets/old_sweatshirt.png" type="Texture" id=8]
[ext_resource path="res://assets/raw_shirt.png" type="Texture" id=9] [ext_resource path="res://assets/dj_shirt.png" type="Texture" id=9]
[ext_resource path="res://assets/atomic_shirt.png" type="Texture" id=10] [ext_resource path="res://assets/raw_shirt.png" type="Texture" id=10]
[ext_resource path="res://assets/z_shirt.png" type="Texture" id=11] [ext_resource path="res://assets/atomic_shirt.png" type="Texture" id=11]
[ext_resource path="res://assets/biker_jacket.png" type="Texture" id=12] [ext_resource path="res://assets/z_shirt.png" type="Texture" id=12]
[ext_resource path="res://assets/nl_jacket.png" type="Texture" id=13] [ext_resource path="res://assets/biker_jacket.png" type="Texture" id=13]
[ext_resource path="res://assets/korm_shirt.png" type="Texture" id=14] [ext_resource path="res://assets/nl_jacket.png" type="Texture" id=14]
[ext_resource path="res://assets/briefs.png" type="Texture" id=15] [ext_resource path="res://assets/korm_shirt.png" type="Texture" id=15]
[ext_resource path="res://assets/zbriefs.png" type="Texture" id=16] [ext_resource path="res://assets/whatsnew_shirt.png" type="Texture" id=16]
[ext_resource path="res://assets/owo_censor.png" type="Texture" id=17] [ext_resource path="res://assets/briefs.png" type="Texture" id=17]
[ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=18] [ext_resource path="res://assets/zbriefs.png" type="Texture" id=18]
[ext_resource path="res://assets/tops_placeholder.png" type="Texture" id=19] [ext_resource path="res://assets/owo_censor.png" type="Texture" id=19]
[ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=20]
[ext_resource path="res://assets/tops_placeholder.png" type="Texture" id=21]
[node name="Clothes" type="Node" index="0"] [node name="Clothes" type="Node" index="0"]
@ -90,7 +92,7 @@ anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 2.0 margin_left = 2.0
margin_right = 559.0 margin_right = 545.0
margin_bottom = 330.0 margin_bottom = 330.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -98,7 +100,7 @@ mouse_filter = 1
mouse_default_cursor_shape = 0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
columns = 6 columns = 5
[node name="Jeans" type="TextureButton" parent="RefRect/Wordrobe/Pants/PantsGrid" index="0"] [node name="Jeans" type="TextureButton" parent="RefRect/Wordrobe/Pants/PantsGrid" index="0"]
@ -168,7 +170,7 @@ group = null
texture_normal = ExtResource( 5 ) texture_normal = ExtResource( 5 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Beat Up Jeans" type="TextureButton" parent="RefRect/Wordrobe/Pants/PantsGrid" index="3"] [node name="Blue Camo Jeans" type="TextureButton" parent="RefRect/Wordrobe/Pants/PantsGrid" index="3"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -191,6 +193,55 @@ group = null
texture_normal = ExtResource( 6 ) texture_normal = ExtResource( 6 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Beat Up Jeans" type="TextureButton" parent="RefRect/Wordrobe/Pants/PantsGrid" index="4"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 437.0
margin_right = 543.0
margin_bottom = 112.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
texture_normal = ExtResource( 7 )
_sections_unfolded = [ "Textures" ]
[node name="Remove Pants" type="Button" parent="RefRect/Wordrobe/Pants/PantsGrid" index="5"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 116.0
margin_right = 106.0
margin_bottom = 228.0
rect_min_size = Vector2( 0, 112 )
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
text = "KRBT"
flat = true
align = 1
_sections_unfolded = [ "Rect" ]
[node name="Shirts" type="Tabs" parent="RefRect/Wordrobe" index="1"] [node name="Shirts" type="Tabs" parent="RefRect/Wordrobe" index="1"]
visible = false visible = false
@ -249,7 +300,7 @@ toggle_mode = false
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
texture_normal = ExtResource( 7 ) texture_normal = ExtResource( 8 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="DJ Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="1"] [node name="DJ Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="1"]
@ -272,7 +323,7 @@ toggle_mode = false
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
texture_normal = ExtResource( 8 ) texture_normal = ExtResource( 9 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Raw" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="2"] [node name="Raw" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="2"]
@ -295,7 +346,7 @@ toggle_mode = false
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
texture_normal = ExtResource( 9 ) texture_normal = ExtResource( 10 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Atomic" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="3"] [node name="Atomic" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="3"]
@ -305,30 +356,7 @@ anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 267.0 margin_left = 267.0
margin_right = 346.0 margin_right = 352.0
margin_bottom = 115.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
texture_normal = ExtResource( 10 )
_sections_unfolded = [ "Textures" ]
[node name="Z Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="4"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 350.0
margin_right = 431.0
margin_bottom = 115.0 margin_bottom = 115.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -344,14 +372,14 @@ group = null
texture_normal = ExtResource( 11 ) texture_normal = ExtResource( 11 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Biker Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="5"] [node name="Z Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="4"]
anchor_left = 0.0 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 = 435.0 margin_left = 356.0
margin_right = 520.0 margin_right = 437.0
margin_bottom = 115.0 margin_bottom = 115.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -367,6 +395,29 @@ group = null
texture_normal = ExtResource( 12 ) texture_normal = ExtResource( 12 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Biker Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="5"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 441.0
margin_right = 526.0
margin_bottom = 115.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
texture_normal = ExtResource( 13 )
_sections_unfolded = [ "Textures" ]
[node name="NL Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="6"] [node name="NL Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="6"]
anchor_left = 0.0 anchor_left = 0.0
@ -387,7 +438,7 @@ 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 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Korm Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="7"] [node name="Korm Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="7"]
@ -411,9 +462,60 @@ 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 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="What's New Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="8"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 178.0
margin_top = 119.0
margin_right = 284.0
margin_bottom = 234.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
texture_normal = ExtResource( 16 )
_sections_unfolded = [ "Rect", "Textures" ]
[node name="Remove Shirt" type="Button" parent="RefRect/Wordrobe/Shirts/ShirtsGrid" index="9"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 267.0
margin_top = 119.0
margin_right = 373.0
margin_bottom = 234.0
rect_min_size = Vector2( 0, 112 )
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
group = null
text = "KRTP"
flat = true
align = 1
_sections_unfolded = [ "Rect" ]
[node name="Underwear" type="Tabs" parent="RefRect/Wordrobe" index="2"] [node name="Underwear" type="Tabs" parent="RefRect/Wordrobe" index="2"]
visible = false visible = false
@ -469,7 +571,7 @@ 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( 17 )
[node name="ZBriefs" type="TextureButton" parent="RefRect/Wordrobe/Underwear/UndiesGrid" index="1"] [node name="ZBriefs" type="TextureButton" parent="RefRect/Wordrobe/Underwear/UndiesGrid" index="1"]
@ -491,7 +593,7 @@ 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( 18 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="OwO Censor" type="TextureButton" parent="RefRect/Wordrobe/Underwear/UndiesGrid" index="2"] [node name="OwO Censor" type="TextureButton" parent="RefRect/Wordrobe/Underwear/UndiesGrid" index="2"]
@ -514,7 +616,7 @@ toggle_mode = false
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
texture_normal = ExtResource( 17 ) texture_normal = ExtResource( 19 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="ClearBtn" type="Button" parent="RefRect" index="1"] [node name="ClearBtn" type="Button" parent="RefRect" index="1"]
@ -562,17 +664,17 @@ size_flags_vertical = 1
[node name="Undies" type="Sprite" parent="Body" index="0"] [node name="Undies" type="Sprite" parent="Body" index="0"]
position = Vector2( 57.9419, 159.296 ) position = Vector2( 57.9419, 159.296 )
texture = ExtResource( 15 ) texture = ExtResource( 17 )
[node name="Bottom" type="Sprite" parent="Body" index="1"] [node name="Bottom" type="Sprite" parent="Body" index="1"]
position = Vector2( 57.9419, 159.296 ) position = Vector2( 57.9419, 159.296 )
texture = ExtResource( 18 ) texture = ExtResource( 20 )
[node name="Top" type="Sprite" parent="Body" index="2"] [node name="Top" type="Sprite" parent="Body" index="2"]
position = Vector2( 65.0597, 65.3242 ) position = Vector2( 65.0597, 65.3242 )
texture = ExtResource( 19 ) texture = ExtResource( 21 )
[connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Jeans" to="." method="_on_Jeans_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Jeans" to="." method="_on_Jeans_pressed"]
@ -580,8 +682,12 @@ texture = ExtResource( 19 )
[connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Sweats" to="." method="_on_Sweats_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Sweats" to="." method="_on_Sweats_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Blue Camo Jeans" to="." method="_on_Blue_Camo_Jeans_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Beat Up Jeans" to="." method="_on_Beat_Up_Jeans_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Beat Up Jeans" to="." method="_on_Beat_Up_Jeans_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Pants/PantsGrid/Remove Pants" to="." method="_on_Remove_Pants_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/Sweatshirt" to="." method="_on_Sweatshirt_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/Sweatshirt" to="." method="_on_Sweatshirt_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/DJ Shirt" to="." method="_on_DJ_Shirt_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/DJ Shirt" to="." method="_on_DJ_Shirt_pressed"]
@ -598,6 +704,10 @@ texture = ExtResource( 19 )
[connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/Korm Shirt" to="." method="_on_Korm_Shirt_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/Korm Shirt" to="." method="_on_Korm_Shirt_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/What's New Shirt" to="." method="_on_Whats_New_Shirt_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Shirts/ShirtsGrid/Remove Shirt" to="." method="_on_Remove_Shirt_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Underwear/UndiesGrid/Briefs" to="." method="_on_Briefs_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Underwear/UndiesGrid/Briefs" to="." method="_on_Briefs_pressed"]
[connection signal="pressed" from="RefRect/Wordrobe/Underwear/UndiesGrid/ZBriefs" to="." method="_on_ZBriefs_pressed"] [connection signal="pressed" from="RefRect/Wordrobe/Underwear/UndiesGrid/ZBriefs" to="." method="_on_ZBriefs_pressed"]

View file

@ -7,7 +7,7 @@
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=5] [ext_resource path="res://Clothes.tscn" type="PackedScene" id=5]
[ext_resource path="res://Interface.tscn" type="PackedScene" id=6] [ext_resource path="res://Interface.tscn" type="PackedScene" id=6]
[node name="GameScreen" type="Node" index="0"] [node name="GameScreen" type="Node"]
script = ExtResource( 1 ) script = ExtResource( 1 )

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2] [gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Interface.gd" type="Script" id=1] [ext_resource path="res://src/Interface.gd" type="Script" id=1]
[ext_resource path="res://music/piano.ogg" type="AudioStream" id=2] [ext_resource path="res://music/song.ogg" type="AudioStream" id=2]
[node name="Interface" type="Control"] [node name="Interface" type="Control"]
@ -25,11 +25,11 @@ script = ExtResource( 1 )
stream = ExtResource( 2 ) stream = ExtResource( 2 )
volume_db = 0.0 volume_db = 0.0
pitch_scale = 1.0 pitch_scale = 1.0
autoplay = false autoplay = true
mix_target = 0 mix_target = 0
bus = "Master" bus = "Master"
[node name="RefRect" type="ReferenceRect" parent="." index="1"] [node name="GMRefRect" type="ReferenceRect" parent="." index="1"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -47,7 +47,7 @@ size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
_sections_unfolded = [ "Anchor", "Grow Direction", "Margin", "Rect" ] _sections_unfolded = [ "Anchor", "Grow Direction", "Margin", "Rect" ]
[node name="GPanel" type="Panel" parent="RefRect" index="0"] [node name="GPanel" type="Panel" parent="GMRefRect" index="0"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -60,7 +60,7 @@ mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
[node name="HBoxContainer" type="HBoxContainer" parent="RefRect/GPanel" index="0"] [node name="HBoxContainer" type="HBoxContainer" parent="GMRefRect/GPanel" index="0"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -74,7 +74,7 @@ size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
alignment = 0 alignment = 0
[node name="SettingsBtn" type="Button" parent="RefRect/GPanel/HBoxContainer" index="0"] [node name="SettingsBtn" type="Button" parent="GMRefRect/GPanel/HBoxContainer" index="0"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -97,7 +97,7 @@ text = "KSET"
flat = true flat = true
align = 1 align = 1
[node name="CreditsBtn" type="Button" parent="RefRect/GPanel/HBoxContainer" index="1"] [node name="CreditsBtn" type="Button" parent="GMRefRect/GPanel/HBoxContainer" index="1"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -121,7 +121,7 @@ text = "KCRE"
flat = true flat = true
align = 1 align = 1
[node name="AboutBtn" type="Button" parent="RefRect/GPanel/HBoxContainer" index="2"] [node name="AboutBtn" type="Button" parent="GMRefRect/GPanel/HBoxContainer" index="2"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
@ -146,17 +146,18 @@ flat = true
align = 1 align = 1
_sections_unfolded = [ "Margin" ] _sections_unfolded = [ "Margin" ]
[node name="AboutWin" type="AcceptDialog" parent="." index="2"] [node name="AboutWin" type="WindowDialog" parent="." index="2"]
editor/display_folded = true
visible = false visible = false
anchor_left = 0.0 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 = 260.0 margin_left = 199.0
margin_top = 132.0 margin_top = 229.0
margin_right = 608.0 margin_right = 620.0
margin_bottom = 400.0 margin_bottom = 301.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
mouse_filter = 0 mouse_filter = 0
@ -166,49 +167,114 @@ size_flags_vertical = 1
popup_exclusive = false popup_exclusive = false
window_title = "KABO" window_title = "KABO"
resizable = false resizable = false
dialog_hide_on_ok = true _sections_unfolded = [ "Dialog", "Rect" ]
[node name="AboutTxt" type="RichTextLabel" parent="AboutWin" index="3"] [node name="AboutRefRect" type="ReferenceRect" parent="AboutWin" index="1"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_left = 8.0 rect_pivot_offset = Vector2( 0, 0 )
margin_top = 8.0 rect_clip_content = false
margin_right = -8.0 mouse_filter = 0
margin_bottom = -36.0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
[node name="AboutTxt" type="RichTextLabel" parent="AboutWin/AboutRefRect" index="0"]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -415.0
margin_top = -68.0
margin_right = -5.0
margin_bottom = -34.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = true rect_clip_content = true
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
bbcode_enabled = false
bbcode_text = ""
visible_characters = -1
percent_visible = 1.0
meta_underlined = true
tab_size = 4
text = "Zack's Dress Up is a dress up game created by Anthony Wilcox."
scroll_active = true
scroll_following = false
selection_enabled = false
override_selected_font_color = false
_sections_unfolded = [ "Anchor", "Margin", "Rect" ]
[node name="AboutBtnHBox" type="HBoxContainer" parent="AboutWin/AboutRefRect" index="1"]
anchor_left = 0.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -28.0
margin_bottom = -8.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 1
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
alignment = 1
_sections_unfolded = [ "Margin", "Rect" ]
[node name="LicenseBtn" type="Button" parent="AboutWin/AboutRefRect/AboutBtnHBox" index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 173.0
margin_right = 213.0
margin_bottom = 20.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2 focus_mode = 2
mouse_filter = 0 mouse_filter = 0
mouse_default_cursor_shape = 0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
bbcode_enabled = true toggle_mode = false
bbcode_text = "Zack's Dress Up is a dress up game created by Anthony Wilcox. enabled_focus_mode = 2
shortcut = null
group = null
text = "KLIC"
flat = false
align = 1
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. [node name="CloseAbtBtn" type="Button" parent="AboutWin/AboutRefRect/AboutBtnHBox" index="1"]
Zack's Dress Up is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. anchor_left = 0.0
anchor_top = 0.0
You should have received a copy of the GNU General Public License along with Zack's Dress Up. If not, see: https://www.gnu.org/licenses/" anchor_right = 0.0
visible_characters = -1 anchor_bottom = 0.0
percent_visible = 1.0 margin_left = 217.0
meta_underlined = true margin_right = 247.0
tab_size = 4 margin_bottom = 20.0
text = "Zack's Dress Up is a dress up game created by Anthony Wilcox. rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. focus_mode = 2
mouse_filter = 0
Zack's Dress Up is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. mouse_default_cursor_shape = 0
size_flags_horizontal = 1
You should have received a copy of the GNU General Public License along with Zack's Dress Up. If not, see: https://www.gnu.org/licenses/" size_flags_vertical = 1
scroll_active = true toggle_mode = false
scroll_following = false enabled_focus_mode = 2
selection_enabled = true shortcut = null
override_selected_font_color = false group = null
_sections_unfolded = [ "BBCode" ] text = "Ok"
flat = false
align = 1
[node name="CreditsWin" type="AcceptDialog" parent="." index="3"] [node name="CreditsWin" type="AcceptDialog" parent="." index="3"]
@ -253,6 +319,9 @@ bbcode_enabled = true
bbcode_text = "[center]Created by bbcode_text = "[center]Created by
Anthony Wilcox Anthony Wilcox
Music by
Augmentality
Clothing inspired by Clothing inspired by
Megawolf77 Megawolf77
Canon Rhode Canon Rhode
@ -269,6 +338,9 @@ tab_size = 4
text = "Created by text = "Created by
Anthony Wilcox Anthony Wilcox
Music by
Augmentality
Clothing inspired by Clothing inspired by
Megawolf77 Megawolf77
Canon Rhode Canon Rhode
@ -286,15 +358,16 @@ _sections_unfolded = [ "BBCode" ]
[node name="SettingsWin" type="AcceptDialog" parent="." index="4"] [node name="SettingsWin" type="AcceptDialog" parent="." index="4"]
editor/display_folded = true
visible = false visible = false
anchor_left = 0.0 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 = 241.0 margin_left = 320.0
margin_top = 186.0 margin_top = 211.0
margin_right = 382.0 margin_right = 472.0
margin_bottom = 254.0 margin_bottom = 279.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
mouse_filter = 0 mouse_filter = 0
@ -313,9 +386,9 @@ anchor_left = 0.5
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 0.5 anchor_right = 0.5
anchor_bottom = 0.5 anchor_bottom = 0.5
margin_left = -62.5 margin_left = -68.0
margin_top = -26.0 margin_top = -26.0
margin_right = 62.5 margin_right = 68.0
margin_bottom = -2.0 margin_bottom = -2.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -323,7 +396,7 @@ mouse_filter = 1
mouse_default_cursor_shape = 0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
columns = 2 columns = 3
[node name="Languages" type="MenuButton" parent="SettingsWin/Grid" index="0"] [node name="Languages" type="MenuButton" parent="SettingsWin/Grid" index="0"]
@ -358,8 +431,7 @@ 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 = 60.0 margin_right = 65.0
margin_right = 125.0
margin_bottom = 24.0 margin_bottom = 24.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -369,6 +441,7 @@ mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
toggle_mode = true toggle_mode = true
pressed = true
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
@ -376,11 +449,96 @@ text = "KMUS"
flat = false flat = false
align = 1 align = 1
[connection signal="pressed" from="RefRect/GPanel/HBoxContainer/SettingsBtn" to="." method="_on_SettingsBtn_pressed"] [node name="LicenseWin" type="AcceptDialog" parent="." index="5"]
[connection signal="pressed" from="RefRect/GPanel/HBoxContainer/CreditsBtn" to="." method="_on_CreditsBtn_pressed"] editor/display_folded = true
visible = false
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 209.0
margin_top = 129.0
margin_right = 613.0
margin_bottom = 404.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
popup_exclusive = false
window_title = "KLIC"
resizable = false
dialog_hide_on_ok = true
_sections_unfolded = [ "Dialog" ]
[connection signal="pressed" from="RefRect/GPanel/HBoxContainer/AboutBtn" to="." method="_on_AboutBtn_pressed"] [node name="LicenseTxt" type="RichTextLabel" parent="LicenseWin" index="3"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 8.0
margin_top = 8.0
margin_right = 396.0
margin_bottom = 239.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = true
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
bbcode_enabled = true
bbcode_text = "Zack's Dress Up is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Zack's Dress Up is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Zack's Dress Up. If not, see: https://www.gnu.org/licenses/
[center]##########################[/center]
Zack's Dress Up (c) by Anthony Wilcox
Zack's Dress Up is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work.
If not, see <http://creativecommons.org/licenses/by-sa/4.0/>."
visible_characters = -1
percent_visible = 1.0
meta_underlined = true
tab_size = 4
text = "Zack's Dress Up is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Zack's Dress Up is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Zack's Dress Up. If not, see: https://www.gnu.org/licenses/
##########################
Zack's Dress Up (c) by Anthony Wilcox
Zack's Dress Up is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work.
If not, see <http://creativecommons.org/licenses/by-sa/4.0/>."
scroll_active = true
scroll_following = false
selection_enabled = false
override_selected_font_color = false
_sections_unfolded = [ "BBCode" ]
[connection signal="pressed" from="GMRefRect/GPanel/HBoxContainer/SettingsBtn" to="." method="_on_SettingsBtn_pressed"]
[connection signal="pressed" from="GMRefRect/GPanel/HBoxContainer/CreditsBtn" to="." method="_on_CreditsBtn_pressed"]
[connection signal="pressed" from="GMRefRect/GPanel/HBoxContainer/AboutBtn" to="." method="_on_AboutBtn_pressed"]
[connection signal="pressed" from="AboutWin/AboutRefRect/AboutBtnHBox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"]
[connection signal="pressed" from="AboutWin/AboutRefRect/AboutBtnHBox/CloseAbtBtn" to="." method="_on_CloseAbtBtn_pressed"]
[connection signal="toggled" from="SettingsWin/Grid/MusicBtn" to="." method="_on_MusicBtn_toggled"] [connection signal="toggled" from="SettingsWin/Grid/MusicBtn" to="." method="_on_MusicBtn_toggled"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/blue_camo_jeans.png-e934035eccf64527f681d6518f218b74.stex"
[deps]
source_file="res://assets/blue_camo_jeans.png"
dest_files=[ "res://.import/blue_camo_jeans.png-e934035eccf64527f681d6518f218b74.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/whatsnew_shirt.png-7b6d957b05ad5f72c43f8a178748f7d2.stex"
[deps]
source_file="res://assets/whatsnew_shirt.png"
dest_files=[ "res://.import/whatsnew_shirt.png-7b6d957b05ad5f72c43f8a178748f7d2.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -3,11 +3,14 @@ KENG,English,Engelsk
KSWD,Swedish,Svenska KSWD,Swedish,Svenska
KBOT,Pants,Byxor KBOT,Pants,Byxor
KTOP,Shirts,Skjorta KTOP,Shirts,Skjorta
KRTP,Remove Shirt,Ta av skjortan
KRBT,Remove Pants,Ta bort byxor
KUND,Underwear,Underkläder KUND,Underwear,Underkläder
KCLR,Clear,Klar KCLR,Clear,Klar
KMUS,Music,Musik KMUS,Music,Musik
KCRE,Credits,Eftertexter KCRE,Credits,Eftertexter
KABO,About,Handla om KABO,About,Handla om
KLIC,License,Licens
KSOO,Coming Soon,Kommer snart KSOO,Coming Soon,Kommer snart
KHELP,Help,Hjälp KHELP,Help,Hjälp
KSET,Settings,Inställningar KSET,Settings,Inställningar

1 en sv
3 KSWD Swedish Svenska
4 KBOT Pants Byxor
5 KTOP Shirts Skjorta
6 KRTP Remove Shirt Ta av skjortan
7 KRBT Remove Pants Ta bort byxor
8 KUND Underwear Underkläder
9 KCLR Clear Klar
10 KMUS Music Musik
11 KCRE Credits Eftertexter
12 KABO About Handla om
13 KLIC License Licens
14 KSOO Coming Soon Kommer snart
15 KHELP Help Hjälp
16 KSET Settings Inställningar

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,15 +0,0 @@
[remap]
importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/piano.ogg-602f57d4990192de77ef3342b8d9390c.oggstr"
[deps]
source_file="res://music/piano.ogg"
dest_files=[ "res://.import/piano.ogg-602f57d4990192de77ef3342b8d9390c.oggstr" ]
[params]
loop=true
loop_offset=0

BIN
project/music/song.ogg Normal file

Binary file not shown.

View file

@ -0,0 +1,15 @@
[remap]
importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/song.ogg-e028209760e5df62f8d96269815a3497.oggstr"
[deps]
source_file="res://music/song.ogg"
dest_files=[ "res://.import/song.ogg-e028209760e5df62f8d96269815a3497.oggstr" ]
[params]
loop=true
loop_offset=0

View file

@ -74,8 +74,20 @@ func _on_Beat_Up_Jeans_pressed():
func _on_NL_Jacket_pressed(): func _on_NL_Jacket_pressed():
change_tops(load("res://assets/nl_jacket.png")) change_tops(load("res://assets/nl_jacket.png"))
func _on_Blue_Camo_Jeans_pressed():
change_bottoms(load("res://assets/blue_camo_jeans.png"))
func _on_ClearBtn_pressed(): func _on_ClearBtn_pressed():
change_bottoms(null) change_bottoms(null)
change_undies(load("res://assets/briefs.png")) change_undies(load("res://assets/briefs.png"))
change_tops(null) change_tops(null)
func _on_Whats_New_Shirt_pressed():
change_tops(load("res://assets/whatsnew_shirt.png"))
func _on_Remove_Shirt_pressed():
change_tops(null)
func _on_Remove_Pants_pressed():
change_bottoms(null)

View file

@ -2,21 +2,23 @@
# See the LICENSE file in the project root for more information. # See the LICENSE file in the project root for more information.
extends Control extends Control
onready var about_win = $AboutWin
onready var credits_win = $CreditsWin
onready var settings_win = $SettingsWin
func _on_AboutBtn_pressed(): func _on_AboutBtn_pressed():
about_win.show() $AboutWin.show()
func _on_CreditsBtn_pressed(): func _on_CreditsBtn_pressed():
credits_win.show() $CreditsWin.show()
func _on_SettingsBtn_pressed(): func _on_SettingsBtn_pressed():
settings_win.show() $SettingsWin.show()
func _on_LicenseBtn_pressed():
$LicenseWin.show()
func _on_CloseAbtBtn_pressed():
$AboutWin.hide()
func _on_MusicBtn_toggled(button_pressed): func _on_MusicBtn_toggled(button_pressed):
if button_pressed == true: if button_pressed == true:
$Music.play() $Music.playing = true
else: else:
$Music.stop() $Music.playing = false