Name refactor

This commit is contained in:
Rendo 2025-10-11 13:29:41 +05:00
commit e1cdf38dfb
21 changed files with 44 additions and 40 deletions

View file

@ -1,6 +1,6 @@
extends Button
@export var constructible : Constructible
@export var constructible : Prototype
func _ready() -> void:
icon = constructible.preview

View file

@ -2,5 +2,5 @@ extends Node
@warning_ignore_start("unused_signal")
signal construction_selected(constructible : Constructible)
signal construction_placed(constructible : Constructible)
signal construction_selected(constructible : Prototype)
signal construction_placed(constructible : Prototype)