Placement and platforms

This commit is contained in:
Rendo 2025-10-11 09:45:23 +05:00
commit d37c4ec858
31 changed files with 351 additions and 11 deletions

View file

@ -0,0 +1,9 @@
extends Button
@export var constructible : Constructible
func _ready() -> void:
icon = constructible.preview
func _pressed() -> void:
GuiEventBus.construction_selected.emit(constructible)

View file

@ -0,0 +1 @@
uid://db37xmo8ygwhg

View file

@ -0,0 +1,6 @@
extends Node
@warning_ignore_start("unused_signal")
signal construction_selected(constructible : Constructible)
signal construction_placed(constructible : Constructible)

View file

@ -0,0 +1 @@
uid://x5eghpenp777