From 813aaa991c3607d4abe6216e3c1f778563a15ee4 Mon Sep 17 00:00:00 2001 From: Anthony Wilcox <35226681+antonwilc0x@users.noreply.github.com> Date: Sat, 27 Apr 2019 23:45:59 -0400 Subject: [PATCH] New Sixam logo - Moved scenes to scn/ directory - Game now uses GLES2 instead of GELES3 since it doesn't use --- project/ModernScn.tscn | 36 -- project/WinDialogs.tscn | 424 ------------------ project/assets/sixam_logo_200px.png | Bin 4110 -> 0 bytes project/assets/sixam_wordmark.png | Bin 0 -> 8423 bytes ...x.png.import => sixam_wordmark.png.import} | 6 +- project/assets/title.svg | 73 +++ project/assets/title.svg.import | 34 ++ project/project.godot | 5 +- project/{ => scn}/Character.tscn | 25 +- project/{ => scn}/ClassicClothes.tscn | 0 project/{ => scn}/ClassicScn.tscn | 7 +- project/{ => scn}/Clothes.tscn | 0 project/scn/ModernScn.tscn | 32 ++ project/{ => scn}/TitleScn.tscn | 26 +- project/scn/WinDialogs.tscn | 198 ++++++++ project/src/GameKit.gd | 6 +- 16 files changed, 374 insertions(+), 498 deletions(-) delete mode 100644 project/ModernScn.tscn delete mode 100644 project/WinDialogs.tscn delete mode 100644 project/assets/sixam_logo_200px.png create mode 100644 project/assets/sixam_wordmark.png rename project/assets/{sixam_logo_200px.png.import => sixam_wordmark.png.import} (68%) create mode 100644 project/assets/title.svg create mode 100644 project/assets/title.svg.import rename project/{ => scn}/Character.tscn (90%) rename project/{ => scn}/ClassicClothes.tscn (100%) rename project/{ => scn}/ClassicScn.tscn (79%) rename project/{ => scn}/Clothes.tscn (100%) create mode 100644 project/scn/ModernScn.tscn rename project/{ => scn}/TitleScn.tscn (89%) create mode 100644 project/scn/WinDialogs.tscn diff --git a/project/ModernScn.tscn b/project/ModernScn.tscn deleted file mode 100644 index 560a052..0000000 --- a/project/ModernScn.tscn +++ /dev/null @@ -1,36 +0,0 @@ -[gd_scene load_steps=7 format=2] - -[ext_resource path="res://src/GameScn.gd" type="Script" id=1] -[ext_resource path="res://assets/modern_dress_up_bg.png" type="Texture" id=2] -[ext_resource path="res://assets/icrazy_frame.png" type="Texture" id=3] -[ext_resource path="res://Character.tscn" type="PackedScene" id=4] -[ext_resource path="res://Clothes.tscn" type="PackedScene" id=5] -[ext_resource path="res://WinDialogs.tscn" type="PackedScene" id=6] - -[node name="GameScreen" type="Node"] - -script = ExtResource( 1 ) - -[node name="Background" type="Sprite" parent="." index="0"] - -position = Vector2( 400, 277 ) -texture = ExtResource( 2 ) -__meta__ = { -"_edit_lock_": true -} - -[node name="PicFrame" type="Sprite" parent="." index="1"] - -position = Vector2( 93.9417, 98.396 ) -texture = ExtResource( 3 ) -__meta__ = { -"_edit_lock_": true -} - -[node name="Nathan" parent="." index="2" instance=ExtResource( 4 )] - -[node name="Clothes" parent="." index="3" instance=ExtResource( 5 )] - -[node name="WinDialogs" parent="." index="4" instance=ExtResource( 6 )] - - diff --git a/project/WinDialogs.tscn b/project/WinDialogs.tscn deleted file mode 100644 index faa05b5..0000000 --- a/project/WinDialogs.tscn +++ /dev/null @@ -1,424 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://src/WinDialogs.gd" type="Script" id=1] -[ext_resource path="res://music/song.ogg" type="AudioStream" id=2] - -[node name="WinDialogs" type="Control" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.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 -script = ExtResource( 1 ) - -[node name="Music" type="AudioStreamPlayer" parent="." index="0"] - -stream = ExtResource( 2 ) -volume_db = 0.0 -pitch_scale = 1.0 -autoplay = false -mix_target = 0 -bus = "Master" - -[node name="PauseWin" type="PopupDialog" parent="." index="1"] - -pause_mode = 2 -editor/display_folded = true -visible = false -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 318.0 -margin_top = 227.0 -margin_right = 494.0 -margin_bottom = 341.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 -_sections_unfolded = [ "Pause" ] - -[node name="PauseVbox" type="VBoxContainer" parent="PauseWin" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 10.0 -margin_top = 10.0 -margin_right = -10.0 -margin_bottom = -10.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 = 0 -_sections_unfolded = [ "Margin" ] - -[node name="PauseLbl" type="Label" parent="PauseWin/PauseVbox" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_right = 156.0 -margin_bottom = 14.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 2 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 4 -text = "KPUS" -align = 1 -percent_visible = 1.0 -lines_skipped = 0 -max_lines_visible = -1 - -[node name="SettingsBtn" type="Button" parent="PauseWin/PauseVbox" index="1"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_top = 18.0 -margin_right = 156.0 -margin_bottom = 38.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 -text = "KSET" -flat = false -align = 1 - -[node name="ResumeBtn" type="Button" parent="PauseWin/PauseVbox" index="2"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_top = 42.0 -margin_right = 156.0 -margin_bottom = 62.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 -text = "KRUS" -flat = false -align = 1 - -[node name="ExitBtn" type="Button" parent="PauseWin/PauseVbox" index="3"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_top = 66.0 -margin_right = 156.0 -margin_bottom = 86.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 -text = "KEXT" -flat = false -align = 1 - -[node name="CreditsWin" type="AcceptDialog" parent="." index="2"] - -visible = false -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 260.0 -margin_top = 132.0 -margin_right = 608.0 -margin_bottom = 399.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 = "KCRE" -resizable = false -dialog_hide_on_ok = true -_sections_unfolded = [ "Pause" ] - -[node name="CreditsTxt" type="RichTextLabel" parent="CreditsWin" 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 = 340.0 -margin_bottom = 231.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = true -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -bbcode_enabled = true -bbcode_text = "[center]Created by -Anthony Wilcox - -Music by -Augmentality - -Clothing inspired by -Megawolf77 -Canon Rhode -Raier - -[img]assets/sixam_logo_200px.png[/img] -SixAM is a brand by Anthony Wilcox. -[/center]" -visible_characters = -1 -percent_visible = 1.0 -meta_underlined = true -tab_size = 4 -text = "Created by -Anthony Wilcox - -Music by -Augmentality - -Clothing inspired by -Megawolf77 -Canon Rhode -Raier - - -SixAM is a brand by Anthony Wilcox. -" -scroll_active = true -scroll_following = false -selection_enabled = true -override_selected_font_color = false -_sections_unfolded = [ "BBCode" ] - -[node name="SettingsWin" type="AcceptDialog" parent="." index="3"] - -pause_mode = 2 -editor/display_folded = true -visible = false -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 320.0 -margin_top = 211.0 -margin_right = 472.0 -margin_bottom = 279.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 = "KSET" -resizable = false -dialog_hide_on_ok = true -_sections_unfolded = [ "Dialog", "Pause" ] - -[node name="Grid" type="GridContainer" parent="SettingsWin" index="3"] - -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -margin_left = -68.0 -margin_top = -26.0 -margin_right = 68.0 -margin_bottom = -2.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 -columns = 3 - -[node name="Languages" type="MenuButton" parent="SettingsWin/Grid" index="0"] - -visible = false -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_right = 56.0 -margin_bottom = 24.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 -toggle_mode = false -action_mode = 0 -enabled_focus_mode = 0 -shortcut = null -group = null -text = "KLANG" -flat = false -align = 1 -items = [ "KENG", null, 0, true, false, -1, 0, null, "", false, "KSWD", null, 0, false, false, -1, 0, null, "", false ] -_sections_unfolded = [ "Pause" ] - -[node name="MusicBtn" type="CheckBox" parent="SettingsWin/Grid" index="1"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 60.0 -margin_right = 125.0 -margin_bottom = 24.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 = true -enabled_focus_mode = 2 -shortcut = null -group = null -text = "KMUS" -flat = false -align = 1 -_sections_unfolded = [ "Pause" ] - -[node name="LicenseWin" type="AcceptDialog" parent="." index="4"] - -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", "Pause" ] - -[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 = "Nathan'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. - -Nathan'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 Nathan's Dress Up. If not, see: https://www.gnu.org/licenses/ - -[center]##########################[/center] - -Nathan's Dress Up (c) by Anthony Wilcox - -Nathan'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 ." -visible_characters = -1 -percent_visible = 1.0 -meta_underlined = true -tab_size = 4 -text = "Nathan'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. - -Nathan'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 Nathan's Dress Up. If not, see: https://www.gnu.org/licenses/ - -########################## - -Nathan's Dress Up (c) by Anthony Wilcox - -Nathan'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 ." -scroll_active = true -scroll_following = false -selection_enabled = false -override_selected_font_color = false -_sections_unfolded = [ "BBCode" ] - -[connection signal="pressed" from="PauseWin/PauseVbox/SettingsBtn" to="." method="_on_SettingsBtn_pressed"] - -[connection signal="pressed" from="PauseWin/PauseVbox/ResumeBtn" to="." method="_on_ResumeBtn_pressed"] - -[connection signal="pressed" from="PauseWin/PauseVbox/ExitBtn" to="." method="_on_ExitBtn_pressed"] - -[connection signal="toggled" from="SettingsWin/Grid/MusicBtn" to="." method="_on_MusicBtn_toggled"] - - diff --git a/project/assets/sixam_logo_200px.png b/project/assets/sixam_logo_200px.png deleted file mode 100644 index 8a3864218d8bd5dfecab322e9522e9a2b7b63ed5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4110 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 diff --git a/project/assets/sixam_wordmark.png b/project/assets/sixam_wordmark.png new file mode 100644 index 0000000000000000000000000000000000000000..3f36f0670860d3d205126ed841b6f9a1d81da021 GIT binary patch literal 8423 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 JPDHLkV1i~kB=Z0O literal 0 HcmV?d00001 diff --git a/project/assets/sixam_logo_200px.png.import b/project/assets/sixam_wordmark.png.import similarity index 68% rename from project/assets/sixam_logo_200px.png.import rename to project/assets/sixam_wordmark.png.import index 708fbe4..43a08f2 100644 --- a/project/assets/sixam_logo_200px.png.import +++ b/project/assets/sixam_wordmark.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" +path="res://.import/sixam_wordmark.png-07d6e789d5c5152b7670734902754f18.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/sixam_logo_200px.png" -dest_files=[ "res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" ] +source_file="res://assets/sixam_wordmark.png" +dest_files=[ "res://.import/sixam_wordmark.png-07d6e789d5c5152b7670734902754f18.stex" ] [params] diff --git a/project/assets/title.svg b/project/assets/title.svg new file mode 100644 index 0000000..93c277b --- /dev/null +++ b/project/assets/title.svg @@ -0,0 +1,73 @@ + + + + + + + + + + image/svg+xml + + + + + + + Nathan's Dress Up + + diff --git a/project/assets/title.svg.import b/project/assets/title.svg.import new file mode 100644 index 0000000..e867324 --- /dev/null +++ b/project/assets/title.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/title.svg-a6c0d9bd2a5c881820cf1ac927572d1b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/title.svg" +dest_files=[ "res://.import/title.svg-a6c0d9bd2a5c881820cf1ac927572d1b.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=true +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=true +svg/scale=1.0 diff --git a/project/project.godot b/project/project.godot index 5005ada..a6f5c3f 100644 --- a/project/project.godot +++ b/project/project.godot @@ -16,7 +16,7 @@ _global_script_class_icons={ [application] config/name="Nathan's Dress Up" -run/main_scene="res://TitleScn.tscn" +run/main_scene="res://scn/TitleScn.tscn" config/use_custom_user_dir=true boot_splash/image="res://boot_splash.png" boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 ) @@ -26,7 +26,7 @@ name_sv="Nathans klä upp" [autoload] GameKit="*res://src/GameKit.gd" -WinDialogs="*res://WinDialogs.tscn" +WinDialogs="*res://scn/WinDialogs.tscn" [display] @@ -50,6 +50,7 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc [rendering] +quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 quality/2d/use_pixel_snap=true diff --git a/project/Character.tscn b/project/scn/Character.tscn similarity index 90% rename from project/Character.tscn rename to project/scn/Character.tscn index 05c1f6b..7213c9e 100644 --- a/project/Character.tscn +++ b/project/scn/Character.tscn @@ -24,7 +24,6 @@ [ext_resource path="res://assets/mouth/mouth12.png" type="Texture" id=22] [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, @@ -33,7 +32,6 @@ animations = [ { } ] [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, @@ -42,7 +40,6 @@ animations = [ { } ] [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, @@ -52,45 +49,37 @@ animations = [ { [node name="Nathane" type="Node2D"] -[node name="Tail" type="AnimatedSprite" parent="." index="0"] - +[node name="Tail" type="AnimatedSprite" parent="."] position = Vector2( 49.6951, 374.417 ) frames = SubResource( 1 ) -animation = "default" -frame = 1 +frame = 7 playing = true __meta__ = { "_edit_lock_": true } -[node name="Base" type="Sprite" parent="." index="1"] - +[node name="Base" type="Sprite" parent="."] position = Vector2( 91.6446, 354.064 ) texture = ExtResource( 4 ) __meta__ = { "_edit_lock_": true } -[node name="Eyes" type="AnimatedSprite" parent="." index="2"] - +[node name="Eyes" type="AnimatedSprite" parent="."] position = Vector2( 109.519, 253.9 ) frames = SubResource( 2 ) -animation = "default" -frame = 5 +frame = 7 playing = true __meta__ = { "_edit_lock_": true } -[node name="Mouth" type="AnimatedSprite" parent="." index="3"] - +[node name="Mouth" type="AnimatedSprite" parent="."] position = Vector2( 126.316, 257.474 ) frames = SubResource( 3 ) -animation = "default" -frame = 23 +frame = 26 playing = true __meta__ = { "_edit_lock_": true } - diff --git a/project/ClassicClothes.tscn b/project/scn/ClassicClothes.tscn similarity index 100% rename from project/ClassicClothes.tscn rename to project/scn/ClassicClothes.tscn diff --git a/project/ClassicScn.tscn b/project/scn/ClassicScn.tscn similarity index 79% rename from project/ClassicScn.tscn rename to project/scn/ClassicScn.tscn index 53291fd..9b75c96 100644 --- a/project/ClassicScn.tscn +++ b/project/scn/ClassicScn.tscn @@ -3,9 +3,10 @@ [ext_resource path="res://src/GameScn.gd" type="Script" id=1] [ext_resource path="res://assets/classic_dress_up_bg.png" type="Texture" id=2] [ext_resource path="res://assets/lights.png" type="Texture" id=3] -[ext_resource path="res://Character.tscn" type="PackedScene" id=4] -[ext_resource path="res://ClassicClothes.tscn" type="PackedScene" id=5] -[ext_resource path="res://WinDialogs.tscn" type="PackedScene" id=6] +[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=4] +[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=5] +[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6] + [node name="GameScreen" type="Node" index="0"] diff --git a/project/Clothes.tscn b/project/scn/Clothes.tscn similarity index 100% rename from project/Clothes.tscn rename to project/scn/Clothes.tscn diff --git a/project/scn/ModernScn.tscn b/project/scn/ModernScn.tscn new file mode 100644 index 0000000..6c2897b --- /dev/null +++ b/project/scn/ModernScn.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://src/GameScn.gd" type="Script" id=1] +[ext_resource path="res://assets/modern_dress_up_bg.png" type="Texture" id=2] +[ext_resource path="res://assets/icrazy_frame.png" type="Texture" id=3] +[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=4] +[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=5] +[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6] + +[node name="GameScreen" type="Node"] +script = ExtResource( 1 ) + +[node name="Background" type="Sprite" parent="."] +position = Vector2( 400, 277 ) +texture = ExtResource( 2 ) +__meta__ = { +"_edit_lock_": true +} + +[node name="PicFrame" type="Sprite" parent="."] +position = Vector2( 93.9417, 98.396 ) +texture = ExtResource( 3 ) +__meta__ = { +"_edit_lock_": true +} + +[node name="Nathan" parent="." instance=ExtResource( 4 )] + +[node name="Clothes" parent="." instance=ExtResource( 5 )] + +[node name="WinDialogs" parent="." instance=ExtResource( 6 )] + diff --git a/project/TitleScn.tscn b/project/scn/TitleScn.tscn similarity index 89% rename from project/TitleScn.tscn rename to project/scn/TitleScn.tscn index 1bf01cf..2a5369a 100644 --- a/project/TitleScn.tscn +++ b/project/scn/TitleScn.tscn @@ -4,7 +4,7 @@ [ext_resource path="res://assets/modern_dress_up_blurred_bg.png" type="Texture" id=2] [ext_resource path="res://assets/dressup_blurred_wardrobe.png" type="Texture" id=3] [ext_resource path="res://assets/classic_dress_up_blurred_bg.png" type="Texture" id=4] -[ext_resource path="res://WinDialogs.tscn" type="PackedScene" id=5] +[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=5] [node name="Start" type="Node"] script = ExtResource( 1 ) @@ -40,10 +40,14 @@ margin_right = 762.0 margin_bottom = 395.0 [node name="StartVbox" type="VBoxContainer" parent="MenuRf"] -margin_left = 14.0 -margin_top = 14.0 -margin_right = 150.0 -margin_bottom = 99.0 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -68.0 +margin_top = -42.5 +margin_right = 68.0 +margin_bottom = 42.5 [node name="PlayBtn" type="Button" parent="MenuRf/StartVbox"] margin_right = 136.0 @@ -65,10 +69,14 @@ text = "KLIC" [node name="ModePanel" type="Panel" parent="MenuRf"] visible = false -margin_left = 168.0 -margin_top = 14.0 -margin_right = 314.0 -margin_bottom = 106.0 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = 80.0 +margin_top = -46.0 +margin_right = 226.0 +margin_bottom = 46.0 [node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel"] anchor_right = 1.0 diff --git a/project/scn/WinDialogs.tscn b/project/scn/WinDialogs.tscn new file mode 100644 index 0000000..b839364 --- /dev/null +++ b/project/scn/WinDialogs.tscn @@ -0,0 +1,198 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://src/WinDialogs.gd" type="Script" id=1] +[ext_resource path="res://music/song.ogg" type="AudioStream" id=2] + +[node name="WinDialogs" type="Control"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +script = ExtResource( 1 ) + +[node name="Music" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 2 ) + +[node name="PauseWin" type="PopupDialog" parent="."] +pause_mode = 2 +editor/display_folded = true +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -88.0 +margin_top = -57.0 +margin_right = 88.0 +margin_bottom = 57.0 + +[node name="PauseVbox" type="VBoxContainer" parent="PauseWin"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 10.0 +margin_top = 10.0 +margin_right = -10.0 +margin_bottom = -10.0 + +[node name="PauseLbl" type="Label" parent="PauseWin/PauseVbox"] +margin_right = 156.0 +margin_bottom = 14.0 +text = "KPUS" +align = 1 + +[node name="SettingsBtn" type="Button" parent="PauseWin/PauseVbox"] +margin_top = 18.0 +margin_right = 156.0 +margin_bottom = 38.0 +text = "KSET" + +[node name="ResumeBtn" type="Button" parent="PauseWin/PauseVbox"] +margin_top = 42.0 +margin_right = 156.0 +margin_bottom = 62.0 +text = "KRUS" + +[node name="ExitBtn" type="Button" parent="PauseWin/PauseVbox"] +margin_top = 66.0 +margin_right = 156.0 +margin_bottom = 86.0 +text = "KEXT" + +[node name="CreditsWin" type="AcceptDialog" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -174.0 +margin_top = -133.5 +margin_right = 174.0 +margin_bottom = 133.5 +window_title = "KCRE" + +[node name="CreditsTxt" type="RichTextLabel" parent="CreditsWin"] +margin_left = 8.0 +margin_top = 8.0 +margin_right = 340.0 +margin_bottom = 231.0 +focus_mode = 2 +bbcode_enabled = true +bbcode_text = "[center]Created by +Anthony Wilcox + +Music by +Augmentality + +Clothing inspired by +Megawolf77 +Canon Rhode +Raier + +[img]assets/sixam_wordmark.png[/img] +sixam.xyz +[/center]" +text = "Created by +Anthony Wilcox + +Music by +Augmentality + +Clothing inspired by +Megawolf77 +Canon Rhode +Raier + + +sixam.xyz +" +selection_enabled = true + +[node name="SettingsWin" type="AcceptDialog" parent="."] +pause_mode = 2 +editor/display_folded = true +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -76.0 +margin_top = -34.0 +margin_right = 76.0 +margin_bottom = 34.0 +window_title = "KSET" + +[node name="Grid" type="GridContainer" parent="SettingsWin"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -68.0 +margin_top = -26.0 +margin_right = 68.0 +margin_bottom = -2.0 +columns = 3 + +[node name="Languages" type="MenuButton" parent="SettingsWin/Grid"] +visible = false +margin_right = 56.0 +margin_bottom = 24.0 +text = "KLANG" +flat = false +items = [ "KENG", null, 0, true, false, -1, 0, null, "", false, "KSWD", null, 0, false, false, -1, 0, null, "", false ] + +[node name="MusicBtn" type="CheckBox" parent="SettingsWin/Grid"] +margin_right = 65.0 +margin_bottom = 24.0 +text = "KMUS" +align = 1 + +[node name="LicenseWin" type="AcceptDialog" parent="."] +editor/display_folded = true +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -202.0 +margin_top = -137.5 +margin_right = 202.0 +margin_bottom = 137.5 +window_title = "KLIC" + +[node name="LicenseTxt" type="RichTextLabel" parent="LicenseWin"] +margin_left = 8.0 +margin_top = 8.0 +margin_right = 396.0 +margin_bottom = 239.0 +bbcode_enabled = true +bbcode_text = "Nathan'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. + +Nathan'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 Nathan's Dress Up. If not, see: https://www.gnu.org/licenses/ + +[center]##########################[/center] + +Nathan's Dress Up (c) by Anthony Wilcox + +Nathan'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 ." +text = "Nathan'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. + +Nathan'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 Nathan's Dress Up. If not, see: https://www.gnu.org/licenses/ + +########################## + +Nathan's Dress Up (c) by Anthony Wilcox + +Nathan'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 ." + +[connection signal="pressed" from="PauseWin/PauseVbox/SettingsBtn" to="." method="_on_SettingsBtn_pressed"] +[connection signal="pressed" from="PauseWin/PauseVbox/ResumeBtn" to="." method="_on_ResumeBtn_pressed"] +[connection signal="pressed" from="PauseWin/PauseVbox/ExitBtn" to="." method="_on_ExitBtn_pressed"] +[connection signal="toggled" from="SettingsWin/Grid/MusicBtn" to="." method="_on_MusicBtn_toggled"] diff --git a/project/src/GameKit.gd b/project/src/GameKit.gd index 34392cb..0c7786b 100644 --- a/project/src/GameKit.gd +++ b/project/src/GameKit.gd @@ -10,8 +10,8 @@ func is_game_paused(is_paused): func switch_scenes(new_mode): if new_mode == "classic": - get_tree().change_scene("res://ClassicScn.tscn") + get_tree().change_scene("res://scn/ClassicScn.tscn") elif new_mode == "modern": - get_tree().change_scene("res://ModernScn.tscn") + get_tree().change_scene("res://scn/ModernScn.tscn") elif new_mode == "title": - get_tree().change_scene("res://TitleScn.tscn") \ No newline at end of file + get_tree().change_scene("res://scn/TitleScn.tscn") \ No newline at end of file