🎉
This commit is contained in:
commit
2a8bd73d07
156 changed files with 2981 additions and 0 deletions
13
Tile/Prefabs/RoundTest.gd
Normal file
13
Tile/Prefabs/RoundTest.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue