switchable lore entries (closes #176)

This commit is contained in:
Haze Weathers 2023-10-15 16:30:14 -04:00
parent 6c00959941
commit 10216b4e3d
3 changed files with 35 additions and 7 deletions

View file

@ -65,6 +65,8 @@ margin_left = 36.0
margin_top = 1.0
margin_right = 44.0
margin_bottom = 9.0
focus_neighbour_left = NodePath(".")
focus_neighbour_right = NodePath(".")
focus_neighbour_bottom = NodePath("../Restart")
texture_focused = ExtResource( 3 )
@ -75,7 +77,9 @@ margin_left = 32.0
margin_top = 14.0
margin_right = 40.0
margin_bottom = 22.0
focus_neighbour_left = NodePath(".")
focus_neighbour_top = NodePath("../Resume")
focus_neighbour_right = NodePath(".")
focus_neighbour_bottom = NodePath("../Settings")
texture_focused = ExtResource( 3 )
@ -86,7 +90,9 @@ margin_left = 29.0
margin_top = 27.0
margin_right = 37.0
margin_bottom = 35.0
focus_neighbour_left = NodePath(".")
focus_neighbour_top = NodePath("../Restart")
focus_neighbour_right = NodePath(".")
focus_neighbour_bottom = NodePath("../ExitLevel")
texture_focused = ExtResource( 3 )
@ -97,7 +103,9 @@ margin_left = 22.0
margin_top = 40.0
margin_right = 30.0
margin_bottom = 48.0
focus_neighbour_left = NodePath(".")
focus_neighbour_top = NodePath("../Settings")
focus_neighbour_right = NodePath(".")
texture_focused = ExtResource( 3 )
[node name="LoreContainer" type="MarginContainer" parent="."]