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:
parent
fbc7ad5c0f
commit
3f26afed03
10 changed files with 14 additions and 5 deletions
|
@ -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
BIN
assets/game splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
|
@ -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 |
|
@ -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]
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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():
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue