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

Added GPL license notice to code

- New boot splash
- Removed TS2 shirt asset
This commit is contained in:
Anthony Wilcox 2018-12-30 22:38:33 -05:00
parent fbc7ad5c0f
commit 3f26afed03
10 changed files with 14 additions and 5 deletions

View file

@ -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

BIN
assets/game splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -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]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -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]

View file

@ -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")

View file

@ -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():

View file

@ -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

View file

@ -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

View file

@ -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