Indicators

This commit is contained in:
Kirill
2026-04-05 20:15:07 +03:00
parent 3b953b8713
commit 81fe51ff4e
84 changed files with 1961 additions and 248 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ signal entity_activated(entity)
const ENTITY_WIDTH = 216
const ENTITY_HEIGHT = 256
@onready var texture_button: TextureButton = $TextureButton
@onready var description: Label = $Description
@onready var selection: TextureRect = $Selection