1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

Interface tweak

- Removed Splash.gd
This commit is contained in:
Anthony Wilcox 2018-12-31 04:17:50 -05:00
parent 284384e866
commit cbaddfbcdc
5 changed files with 60 additions and 64 deletions

View file

@ -1,6 +0,0 @@
# 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():
get_tree().change_scene("res://MainScreen.tscn")

View file

@ -1,5 +1,6 @@
# Anthony Wilcox licenses this file to you under the GPL license.
# See the LICENSE file in the project root for more information.
tool
extends Control
const DEFUALT_CONTENT_HEIGHT = 216
@ -21,7 +22,7 @@ func _ready():
$WindowFrame.rect_size = Vector2(351, 33 + content_height)
else:
$WindowFrame/ContentFrame/ContentPanel.rect_size = DEFUALT_PANEL_SIZE
update()