mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Fix CharacterEntry's toggle mode.
This commit is contained in:
parent
0f35523183
commit
f1bd772b76
@ -9,7 +9,11 @@ margin_bottom = 88.0
|
|||||||
rect_min_size = Vector2( 80, 80 )
|
rect_min_size = Vector2( 80, 80 )
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
theme = ExtResource( 1 )
|
theme = ExtResource( 1 )
|
||||||
|
toggle_mode = true
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
name_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/name")
|
name_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/name")
|
||||||
class_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/class")
|
class_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/class")
|
||||||
level_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/HBoxContainer/level")
|
level_label_path = NodePath("MarginContainer/HBoxContainer/VBoxContainer/HBoxContainer/level")
|
||||||
|
Loading…
Reference in New Issue
Block a user