Tweak a couple of things

This commit is contained in:
2024-01-09 13:57:39 -08:00
parent 5a4db21337
commit 04440aefdf
3 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ func _process(delta):
if visible:
pass
func add_property(title:String, value, order):
func add_property(title : String, value, order : int):
var target
target = $MarginContainer/VBoxContainer.find_child(title, true, false)
if !target: