This commit is contained in:
Sch1nken 2024-03-04 16:04:40 +01:00
commit 2a8bd73d07
156 changed files with 2981 additions and 0 deletions

13
Tile/Prefabs/RoundTest.gd Normal file
View file

@ -0,0 +1,13 @@
extends Marker3D
# Called when the node enters the scene tree for the first time.
func _ready():
print(position)
print(global_position)
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass