dash working

This commit is contained in:
Clevertop 2024-08-11 12:27:38 +10:00
parent cce3f56caa
commit 4b4d97746c
8 changed files with 86 additions and 24 deletions

View file

@ -4,6 +4,7 @@ class_name Command_Block
@export var command_name : String
@export var command_sprite : Texture2D#:
@export var collider : CollisionShape3D
#set(new_texture):
#if command_sprite != null:
#command_sprite.changed.disconnect(on_texture_changed)