Initial commit
This commit is contained in:
11
scripts/animatedAuthorsTextAnim.gd
Normal file
11
scripts/animatedAuthorsTextAnim.gd
Normal file
@ -0,0 +1,11 @@
|
||||
extends Node
|
||||
|
||||
|
||||
func _ready():
|
||||
$anim.play("idle")
|
||||
|
||||
# warning-ignore:unused_argument
|
||||
func _physics_process(delta):
|
||||
if Input.is_action_just_pressed("ui_cancel"):
|
||||
_G.unloadLevel("Authors")
|
||||
_G.showMenuButts()
|
Reference in New Issue
Block a user