Made Loading screen it's own component instead of being part of the player and made it part of the game
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
extends Control
|
||||
|
||||
func _init():
|
||||
show()
|
||||
|
||||
func _ready():
|
||||
show()
|
||||
$Timer.start()
|
||||
|
||||
func _on_timer_timeout():
|
||||
hide()
|
||||
|
||||
func LoadingDone():
|
||||
hide()
|
||||
|
||||
Reference in New Issue
Block a user