Compare commits
2 Commits
87c3e214f1
...
a675b237a4
Author | SHA1 | Date |
---|---|---|
Xenocrat | a675b237a4 | 3 months ago |
Xenocrat | 0c20648437 | 3 months ago |
@ -0,0 +1,11 @@
|
|||||||
|
extends Node3D
|
||||||
|
|
||||||
|
|
||||||
|
# Called when the node enters the scene tree for the first time.
|
||||||
|
func _ready() -> void:
|
||||||
|
pass # Replace with function body.
|
||||||
|
|
||||||
|
|
||||||
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||||
|
func _process(delta: float) -> void:
|
||||||
|
pass
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue