Name refactor
This commit is contained in:
parent
6f56fffb59
commit
e1cdf38dfb
21 changed files with 44 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
|||
extends Button
|
||||
|
||||
@export var constructible : Constructible
|
||||
@export var constructible : Prototype
|
||||
|
||||
func _ready() -> void:
|
||||
icon = constructible.preview
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue