mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
The active axis buttons in mdr ed's sidebar have their text written in uppercase now, to be inline with the rest of the buttons.
This commit is contained in:
parent
5c9841c480
commit
1773be1b9b
@ -138,7 +138,7 @@ rect_min_size = Vector2( 25, 20 )
|
||||
size_flags_horizontal = 3
|
||||
toggle_mode = true
|
||||
pressed = true
|
||||
text = "x"
|
||||
text = "X"
|
||||
|
||||
[node name="AxisY" type="Button" parent="VBoxContainer/Actions/Actions/VBoxContainer2/HBoxContainer2"]
|
||||
margin_left = 29.0
|
||||
@ -148,7 +148,7 @@ rect_min_size = Vector2( 25, 20 )
|
||||
size_flags_horizontal = 3
|
||||
toggle_mode = true
|
||||
pressed = true
|
||||
text = "y"
|
||||
text = "Y"
|
||||
|
||||
[node name="AxisZ" type="Button" parent="VBoxContainer/Actions/Actions/VBoxContainer2/HBoxContainer2"]
|
||||
margin_left = 58.0
|
||||
@ -158,7 +158,7 @@ rect_min_size = Vector2( 25, 20 )
|
||||
size_flags_horizontal = 3
|
||||
toggle_mode = true
|
||||
pressed = true
|
||||
text = "z"
|
||||
text = "Z"
|
||||
|
||||
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/Actions/Actions/VBoxContainer2"]
|
||||
margin_top = 48.0
|
||||
|
Loading…
Reference in New Issue
Block a user