khanat-client/scenes/creature_creation/property_box.gd

10 lines
194 B
GDScript3
Raw Permalink Normal View History

extends HBoxContainer
signal changed(value, name)
var name_property: String = ""
func _on_property_value_changed(value):
Config.msg_debug("")
emit_signal( "changed" , value, name_property)