Basic 3d Disc

This commit is contained in:
2023-06-04 19:28:16 -04:00
parent d881d14010
commit 86c34c9264
11 changed files with 212 additions and 14 deletions

11
3dobstacle.gd Normal file
View File

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