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:
parent
284384e866
commit
cbaddfbcdc
5 changed files with 60 additions and 64 deletions
|
@ -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")
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue