diff --git a/Clothes.tscn b/Clothes.tscn index 814558d..59b19ed 100644 --- a/Clothes.tscn +++ b/Clothes.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=17 format=2] [ext_resource path="res://assets/briefs.png" type="Texture" id=1] -[ext_resource path="res://src/drag.gd" type="Script" id=2] +[ext_resource path="res://src/ItemDrag.gd" type="Script" id=2] [ext_resource path="res://assets/undies.png" type="Texture" id=3] [ext_resource path="res://assets/jeans.png" type="Texture" id=4] [ext_resource path="res://assets/dj shorts.png" type="Texture" id=5] diff --git a/Splash.tscn b/Splash.tscn deleted file mode 100644 index 89eb3f5..0000000 --- a/Splash.tscn +++ /dev/null @@ -1,25 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://src/Splash.gd" type="Script" id=1] -[ext_resource path="res://assets/sixam_splash.png" type="Texture" id=2] - -[node name="Splash" type="Node" index="0"] - -script = ExtResource( 1 ) - -[node name="Sixam" type="Sprite" parent="." index="0"] - -position = Vector2( 399.784, 275.576 ) -texture = ExtResource( 2 ) -_sections_unfolded = [ "Offset" ] - -[node name="Timer" type="Timer" parent="." index="1"] - -process_mode = 1 -wait_time = 3.0 -one_shot = true -autostart = true - -[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"] - - diff --git a/assets/sixam_logo_200px.png b/assets/sixam_logo_200px.png new file mode 100644 index 0000000..8a38642 Binary files /dev/null and b/assets/sixam_logo_200px.png differ diff --git a/assets/sixam_splash.png.import b/assets/sixam_logo_200px.png.import similarity index 63% rename from assets/sixam_splash.png.import rename to assets/sixam_logo_200px.png.import index b501733..3346cf5 100644 --- a/assets/sixam_splash.png.import +++ b/assets/sixam_logo_200px.png.import @@ -2,12 +2,12 @@ importer="texture" type="StreamTexture" -path="res://.import/sixam_splash.png-c58f13964bb4f1a11257474ab2e19217.stex" +path="res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" [deps] -source_file="res://assets/sixam_splash.png" -dest_files=[ "res://.import/sixam_splash.png-c58f13964bb4f1a11257474ab2e19217.stex" ] +source_file="res://assets/sixam_logo_200px.png" +dest_files=[ "res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" ] [params] diff --git a/assets/sixam_splash.png b/assets/sixam_splash.png deleted file mode 100644 index 8347279..0000000 Binary files a/assets/sixam_splash.png and /dev/null differ diff --git a/project.godot b/project.godot index f0f0eef..3fa3389 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=3 [application] config/name="Zack's Dress Up 1½" -run/main_scene="res://Splash.tscn" +run/main_scene="res://MainScreen.tscn" boot_splash/image="res://assets/game splash.png" config/icon="res://icon.png" diff --git a/src/drag.gd b/src/ItemDrag.gd similarity index 100% rename from src/drag.gd rename to src/ItemDrag.gd diff --git a/windows/Credits.tscn b/windows/Credits.tscn index ec33901..28d026a 100644 --- a/windows/Credits.tscn +++ b/windows/Credits.tscn @@ -7,12 +7,16 @@ [node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )] toolbar_title = "Credits" -content_text = "[center]Created by Anthony Wilcox +content_text = "[center]Created by +Anthony Wilcox Clothing inspired by Megawolf77 Canon Rhode +########################## + +[img]assets/sixam_logo_200px.png[/img] SixAM is a brand by Anthony Wilcox. [/center]" content_height = 217