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:
parent
fbc7ad5c0f
commit
3f26afed03
10 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue