Merge branch 'main' of ssh://git.gieszer.link:2222/unfa/liblast

map_02
unfa 2021-11-30 23:07:25 +01:00
commit f6b8288629
5 changed files with 7 additions and 10 deletions

View File

@ -28,17 +28,16 @@ __meta__ = {
} }
[node name="Menu" parent="." instance=ExtResource( "2" )] [node name="Menu" parent="." instance=ExtResource( "2" )]
offset_left = 412.0 offset_left = 387.0
offset_top = 236.0 offset_top = 236.0
offset_right = 612.0 offset_right = 637.0
offset_bottom = 364.0 offset_bottom = 364.0
rect_min_size = Vector2(200, 0)
[node name="Play" parent="Menu" instance=ExtResource( "1" )] [node name="Play" parent="Menu" instance=ExtResource( "1" )]
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
offset_top = 33.0 offset_top = 33.0
offset_right = 200.0 offset_right = 250.0
offset_bottom = 62.0 offset_bottom = 62.0
text = "play text = "play
" "
@ -48,7 +47,7 @@ label = "play"
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
offset_top = 66.0 offset_top = 66.0
offset_right = 200.0 offset_right = 250.0
offset_bottom = 95.0 offset_bottom = 95.0
text = "options" text = "options"
label = "options" label = "options"
@ -57,7 +56,7 @@ label = "options"
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
offset_top = 99.0 offset_top = 99.0
offset_right = 200.0 offset_right = 250.0
offset_bottom = 128.0 offset_bottom = 128.0
text = "quit" text = "quit"
label = "quit" label = "quit"

View File

@ -9,25 +9,23 @@ offset_left = 475.0
offset_top = 269.0 offset_top = 269.0
offset_right = 548.0 offset_right = 548.0
offset_bottom = 331.0 offset_bottom = 331.0
rect_min_size = Vector2(250, 0)
script = ExtResource( "1" ) script = ExtResource( "1" )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="Back" type="Button" parent="."] [node name="Back" type="Button" parent="."]
offset_right = 73.0 offset_right = 250.0
offset_bottom = 29.0 offset_bottom = 29.0
text = "back text = "back
" "
script = null
[node name="ClickSound" type="AudioStreamPlayer" parent="Back"] [node name="ClickSound" type="AudioStreamPlayer" parent="Back"]
stream = ExtResource( "2_nkrit" ) stream = ExtResource( "2_nkrit" )
script = null
[node name="HoverSound" type="AudioStreamPlayer" parent="Back"] [node name="HoverSound" type="AudioStreamPlayer" parent="Back"]
stream = ExtResource( "3_qqhse" ) stream = ExtResource( "3_qqhse" )
script = null
[connection signal="mouse_entered" from="Back" to="." method="_on_Back_mouse_entered"] [connection signal="mouse_entered" from="Back" to="." method="_on_Back_mouse_entered"]
[connection signal="pressed" from="Back" to="." method="go_back"] [connection signal="pressed" from="Back" to="." method="go_back"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 132 B