interaction wheel

cancel interaction wheel
This commit is contained in:
2024-02-28 07:12:09 -06:00
parent f87b1cfa9a
commit 50093e5937
9 changed files with 188 additions and 5 deletions

5
scripts/interaction.gd Normal file
View File

@@ -0,0 +1,5 @@
extends Resource
class_name Interaction
@export var name: String
@export var image: AtlasTexture