fixed some chatbox and tower preview issues

This commit is contained in:
2023-11-09 20:37:12 +11:00
parent e63b765753
commit afc0a19b36
23 changed files with 252 additions and 22 deletions

View File

@ -5,6 +5,7 @@ signal button_interacted(value)
@export var button_press_value := 0
@export var press_cost := 0
@export var hover_text := "Press [Interact]"
func press():
button_interacted.emit(button_press_value)