]> Untitled Git - william-skin.git/blob - william.gd
Added model and movement animations
[william-skin.git] / william.gd
1 extends Node3D
2
3
4 # Called when the node enters the scene tree for the first time.
5 func _ready() -> void:
6         pass # Replace with function body.
7
8
9 # Called every frame. 'delta' is the elapsed time since the previous frame.
10 func _process(delta: float) -> void:
11         pass