mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Remove the sheep from the main menu as they lack some required features to move
This commit is contained in:
parent
9a9f93b32d
commit
c8fb1e0c67
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
||||||
[gd_scene load_steps=3 format=3 uid="uid://3yqvhxeq03rk"]
|
[gd_scene load_steps=2 format=3 uid="uid://3yqvhxeq03rk"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scenes/menu/main_menu.gd" id="1_jkswn"]
|
[ext_resource type="Script" path="res://scenes/menu/main_menu.gd" id="1_jkswn"]
|
||||||
[ext_resource type="PackedScene" uid="uid://bc2bm8lbol18w" path="res://entities/sheep.tscn" id="2_vjm0p"]
|
|
||||||
|
|
||||||
[node name="MainMenu" type="Control"]
|
[node name="MainMenu" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
|
@ -69,11 +68,5 @@ layout_mode = 2
|
||||||
theme_override_font_sizes/font_size = 36
|
theme_override_font_sizes/font_size = 36
|
||||||
text = "Options"
|
text = "Options"
|
||||||
|
|
||||||
[node name="Sheep" parent="." instance=ExtResource("2_vjm0p")]
|
|
||||||
position = Vector2(413, 181)
|
|
||||||
|
|
||||||
[node name="Sheep2" parent="." instance=ExtResource("2_vjm0p")]
|
|
||||||
position = Vector2(950, 662)
|
|
||||||
|
|
||||||
[connection signal="pressed" from="Panel/Layout/Buttons/Layout/Play" to="." method="_on_play_pressed"]
|
[connection signal="pressed" from="Panel/Layout/Buttons/Layout/Play" to="." method="_on_play_pressed"]
|
||||||
[connection signal="pressed" from="Panel/Layout/Buttons/Layout/Options" to="." method="_on_options_pressed"]
|
[connection signal="pressed" from="Panel/Layout/Buttons/Layout/Options" to="." method="_on_options_pressed"]
|
||||||
|
|
Loading…
Reference in a new issue