working on command blocks

This commit is contained in:
Clevertop 2024-08-10 19:26:53 +10:00
parent 685d9642dc
commit 8cceafb10c
10 changed files with 112 additions and 26 deletions

12
Commands/tool.gd Normal file
View file

@ -0,0 +1,12 @@
#@tool
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