Fix font and #8

This commit is contained in:
2023-01-17 10:00:20 -05:00
parent 1a463f8edf
commit 8e6dc46b38
4 changed files with 40 additions and 41 deletions

View File

@@ -14,9 +14,6 @@ anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MenuButtons" type="VBoxContainer" parent="."]
anchor_left = 0.5
@@ -34,17 +31,17 @@ __meta__ = {
[node name="Inputs" type="HBoxContainer" parent="MenuButtons"]
margin_right = 608.0
margin_bottom = 150.0
margin_bottom = 138.0
alignment = 1
[node name="Seed" type="VBoxContainer" parent="MenuButtons/Inputs"]
margin_right = 200.0
margin_bottom = 150.0
margin_bottom = 138.0
rect_min_size = Vector2( 200, 0 )
[node name="SeedLabel" type="Label" parent="MenuButtons/Inputs/Seed"]
margin_right = 200.0
margin_bottom = 27.0
margin_bottom = 21.0
text = "Seed Number"
align = 1
__meta__ = {
@@ -52,16 +49,16 @@ __meta__ = {
}
[node name="SeedText" type="TextEdit" parent="MenuButtons/Inputs/Seed"]
margin_top = 31.0
margin_top = 25.0
margin_right = 200.0
margin_bottom = 95.769
margin_bottom = 89.769
rect_min_size = Vector2( 0, 64.769 )
text = "12345"
[node name="RandomizeButton" type="Button" parent="MenuButtons/Inputs/Seed"]
margin_top = 99.0
margin_top = 93.0
margin_right = 200.0
margin_bottom = 150.251
margin_bottom = 138.251
text = "Randomize!"
__meta__ = {
"_edit_use_anchors_": false
@@ -70,80 +67,80 @@ __meta__ = {
[node name="ParticleCount" type="VBoxContainer" parent="MenuButtons/Inputs"]
margin_left = 204.0
margin_right = 404.0
margin_bottom = 150.0
margin_bottom = 138.0
rect_min_size = Vector2( 200, 0 )
[node name="ParticleCountLabel" type="Label" parent="MenuButtons/Inputs/ParticleCount"]
margin_right = 200.0
margin_bottom = 27.0
margin_bottom = 21.0
text = "Particle Count"
align = 1
[node name="ParticleCountText" type="TextEdit" parent="MenuButtons/Inputs/ParticleCount"]
margin_top = 31.0
margin_top = 25.0
margin_right = 200.0
margin_bottom = 96.0
margin_bottom = 90.0
rect_min_size = Vector2( 0, 65 )
text = "1000"
[node name="Zoom" type="VBoxContainer" parent="MenuButtons/Inputs"]
margin_left = 408.0
margin_right = 608.0
margin_bottom = 150.0
margin_bottom = 138.0
rect_min_size = Vector2( 200, 0 )
[node name="ZoomLabel" type="Label" parent="MenuButtons/Inputs/Zoom"]
margin_right = 200.0
margin_bottom = 27.0
text = "Zoom"
margin_bottom = 21.0
text = "World Size"
align = 1
[node name="ZoomValue" type="Label" parent="MenuButtons/Inputs/Zoom"]
margin_top = 31.0
margin_top = 25.0
margin_right = 200.0
margin_bottom = 58.0
margin_bottom = 46.0
text = "1.4"
align = 1
[node name="ZoomSlider" type="HSlider" parent="MenuButtons/Inputs/Zoom"]
margin_top = 62.0
margin_top = 50.0
margin_right = 200.0
margin_bottom = 104.0
margin_bottom = 92.0
min_value = 0.5
max_value = 5.0
step = 0.1
value = 1.4
[node name="SimulateButton" type="Button" parent="MenuButtons"]
margin_top = 162.0
margin_top = 150.0
margin_right = 608.0
margin_bottom = 213.251
margin_bottom = 195.251
text = "Simulate!"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Warning" type="Label" parent="MenuButtons"]
margin_top = 225.0
margin_top = 207.0
margin_right = 608.0
margin_bottom = 270.0
margin_bottom = 252.0
custom_fonts/font = SubResource( 1 )
text = "Simulation cannot be resized
once simulation starts!"
align = 1
[node name="HBoxContainer" type="HBoxContainer" parent="MenuButtons"]
margin_top = 282.0
margin_top = 264.0
margin_right = 608.0
margin_bottom = 282.0
margin_bottom = 264.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ToggleFullscreenButton" type="Button" parent="MenuButtons"]
margin_top = 294.0
margin_top = 276.0
margin_right = 608.0
margin_bottom = 345.251
margin_bottom = 321.251
text = "Toggle Fullscreen!"
[node name="Logo" type="TextureRect" parent="."]