first commit
This commit is contained in:
7
scripts/characters/samus/idle.gd
Normal file
7
scripts/characters/samus/idle.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends LimboState
|
||||
|
||||
@export var animation_player: AnimationPlayer
|
||||
@export var animation: StringName
|
||||
|
||||
func _enter() -> void:
|
||||
animation_player.play(animation)
|
||||
1
scripts/characters/samus/idle.gd.uid
Normal file
1
scripts/characters/samus/idle.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dohyq145fqsdy
|
||||
5
scripts/global.gd
Normal file
5
scripts/global.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event.is_action("Quit"):
|
||||
get_tree().quit()
|
||||
1
scripts/global.gd.uid
Normal file
1
scripts/global.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://m3dspgwiob61
|
||||
Reference in New Issue
Block a user