Mobile settings

This commit is contained in:
OleSTEEP 2024-11-10 17:40:59 +03:00
parent 53a0ac9d87
commit db5bb342de
10 changed files with 93 additions and 68 deletions

Binary file not shown.

View file

@ -16,8 +16,11 @@ font_data = SubResource( 1 )
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = -50.0
margin_top = 13.0
margin_right = -50.0
margin_bottom = 27.0
rect_scale = Vector2( 1.25, 1.25 )
custom_fonts/font = SubResource( 2 )
[node name="TextureProgress" type="TextureProgress" parent="."]
@ -32,6 +35,7 @@ margin_left = 1009.0
margin_top = 13.0
margin_right = 1009.0
margin_bottom = 27.0
rect_scale = Vector2( 1.25, 1.25 )
custom_fonts/font = SubResource( 2 )
[connection signal="mouse_entered" from="TextureProgress" to="." method="_on_TextureProgress_mouse_entered"]