mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
Unlearned class spells are not shown in the spellbook anymore.
This commit is contained in:
parent
6a70b36e04
commit
13fa745f16
@ -16,6 +16,7 @@ spell_entry_container_path = NodePath("PagedContent/GridContainer")
|
||||
prev_button_path = NodePath("PagedContent/Controls/HBoxContainer/Button2")
|
||||
next_button_path = NodePath("PagedContent/Controls/HBoxContainer/Button")
|
||||
spell_points_label_path = NodePath("PagedContent/Controls/HBoxContainer/SpellPoints")
|
||||
show_not_learned = false
|
||||
|
||||
[node name="PagedContent" type="VBoxContainer" parent="."]
|
||||
margin_left = 4.0
|
||||
|
Loading…
Reference in New Issue
Block a user