Fix CharacterEntry's toggle mode.

This commit is contained in:
Relintai 2020-03-24 17:44:02 +01:00
parent 0f35523183
commit f1bd772b76
1 changed files with 4 additions and 0 deletions

View File

@ -9,7 +9,11 @@ margin_bottom = 88.0
rect_min_size = Vector2( 80, 80 )
size_flags_horizontal = 3
theme = ExtResource( 1 )
toggle_mode = true
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
name_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/name")
class_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/class")
level_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/HBoxContainer/level")