diff --git a/Splash.tscn b/Splash.tscn index 8648dfa..89eb3f5 100644 --- a/Splash.tscn +++ b/Splash.tscn @@ -16,7 +16,7 @@ _sections_unfolded = [ "Offset" ] [node name="Timer" type="Timer" parent="." index="1"] process_mode = 1 -wait_time = 2.0 +wait_time = 3.0 one_shot = true autostart = true diff --git a/assets/game splash.png b/assets/game splash.png new file mode 100644 index 0000000..80e0adf Binary files /dev/null and b/assets/game splash.png differ diff --git a/assets/ts2nl shirt1.png.import b/assets/game splash.png.import similarity index 65% rename from assets/ts2nl shirt1.png.import rename to assets/game splash.png.import index a944ac9..5edd989 100644 --- a/assets/ts2nl shirt1.png.import +++ b/assets/game splash.png.import @@ -2,12 +2,12 @@ importer="texture" type="StreamTexture" -path="res://.import/ts2nl shirt1.png-baea7a233917722e8613ed04a1d4ecb4.stex" +path="res://.import/game splash.png-e86e0cec6e75a90aba695b23cd9d7cf2.stex" [deps] -source_file="res://assets/ts2nl shirt1.png" -dest_files=[ "res://.import/ts2nl shirt1.png-baea7a233917722e8613ed04a1d4ecb4.stex" ] +source_file="res://assets/game splash.png" +dest_files=[ "res://.import/game splash.png-e86e0cec6e75a90aba695b23cd9d7cf2.stex" ] [params] diff --git a/assets/ts2nl shirt1.png b/assets/ts2nl shirt1.png deleted file mode 100644 index 3101168..0000000 Binary files a/assets/ts2nl shirt1.png and /dev/null differ diff --git a/project.godot b/project.godot index 2cff643..f0f0eef 100644 --- a/project.godot +++ b/project.godot @@ -12,6 +12,7 @@ config_version=3 config/name="Zack's Dress Up 1½" run/main_scene="res://Splash.tscn" +boot_splash/image="res://assets/game splash.png" config/icon="res://icon.png" [display] diff --git a/src/Interface.gd b/src/Interface.gd index 3154b76..baaea66 100644 --- a/src/Interface.gd +++ b/src/Interface.gd @@ -1,3 +1,5 @@ +# Anthony Wilcox licenses this file to you under the GPL license. +# See the LICENSE file in the project root for more information. extends Control onready var coming_soon_win = preload("res://windows/ComingSoon.tscn") diff --git a/src/Splash.gd b/src/Splash.gd index 58088cc..4365ee6 100644 --- a/src/Splash.gd +++ b/src/Splash.gd @@ -1,3 +1,5 @@ +# Anthony Wilcox licenses this file to you under the GPL license. +# See the LICENSE file in the project root for more information. extends Node func _on_Timer_timeout(): diff --git a/src/WindowControl.gd b/src/WindowControl.gd index 0832e00..ec8b27b 100644 --- a/src/WindowControl.gd +++ b/src/WindowControl.gd @@ -1,3 +1,5 @@ +# Anthony Wilcox licenses this file to you under the GPL license. +# See the LICENSE file in the project root for more information. extends Control const DEFUALT_CONTENT_HEIGHT = 216 diff --git a/src/drag.gd b/src/drag.gd index d94a133..511f0d7 100644 --- a/src/drag.gd +++ b/src/drag.gd @@ -1,3 +1,5 @@ +# Anthony Wilcox licenses this file to you under the GPL license. +# See the LICENSE file in the project root for more information. extends TextureButton var item_pos = null diff --git a/widgets/WindowControl.tscn b/widgets/WindowControl.tscn index 4050800..dd99171 100644 --- a/widgets/WindowControl.tscn +++ b/widgets/WindowControl.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://src/WindowControl.gd" type="Script" id=1] -[node name="WindowControl" type="Control" index="0"] +[node name="WindowControl" type="Control"] anchor_left = 0.0 anchor_top = 0.0