1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -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

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