mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-10 22:34:49 -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"]
|
[node name="Timer" type="Timer" parent="." index="1"]
|
||||||
|
|
||||||
process_mode = 1
|
process_mode = 1
|
||||||
wait_time = 2.0
|
wait_time = 3.0
|
||||||
one_shot = true
|
one_shot = true
|
||||||
autostart = 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"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/ts2nl shirt1.png-baea7a233917722e8613ed04a1d4ecb4.stex"
|
path="res://.import/game splash.png-e86e0cec6e75a90aba695b23cd9d7cf2.stex"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/ts2nl shirt1.png"
|
source_file="res://assets/game splash.png"
|
||||||
dest_files=[ "res://.import/ts2nl shirt1.png-baea7a233917722e8613ed04a1d4ecb4.stex" ]
|
dest_files=[ "res://.import/game splash.png-e86e0cec6e75a90aba695b23cd9d7cf2.stex" ]
|
||||||
|
|
||||||
[params]
|
[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½"
|
config/name="Zack's Dress Up 1½"
|
||||||
run/main_scene="res://Splash.tscn"
|
run/main_scene="res://Splash.tscn"
|
||||||
|
boot_splash/image="res://assets/game splash.png"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
[display]
|
[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
|
extends Control
|
||||||
|
|
||||||
onready var coming_soon_win = preload("res://windows/ComingSoon.tscn")
|
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
|
extends Node
|
||||||
|
|
||||||
func _on_Timer_timeout():
|
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
|
extends Control
|
||||||
|
|
||||||
const DEFUALT_CONTENT_HEIGHT = 216
|
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
|
extends TextureButton
|
||||||
|
|
||||||
var item_pos = null
|
var item_pos = null
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ext_resource path="res://src/WindowControl.gd" type="Script" id=1]
|
[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_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue