Updated Startscreen and added second tutorial step
This commit is contained in:
@@ -8,17 +8,24 @@
|
||||
script = ExtResource("1_fj2fh")
|
||||
_sceneToLoad = ExtResource("2_r0y6o")
|
||||
|
||||
[node name="Background" type="Sprite2D" parent="."]
|
||||
position = Vector2(880, 524)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("1_qerdf")
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Start" type="Button" parent="Background"]
|
||||
offset_left = 6.66665
|
||||
offset_top = 304.167
|
||||
offset_right = 52.6666
|
||||
offset_bottom = 335.167
|
||||
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("1_qerdf")
|
||||
expand_mode = 2
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="Start" type="Button" parent="CanvasLayer/TextureRect"]
|
||||
offset_left = 571.0
|
||||
offset_top = 559.0
|
||||
offset_right = 617.0
|
||||
offset_bottom = 590.0
|
||||
scale = Vector2(2, 2)
|
||||
text = "Start"
|
||||
|
||||
[connection signal="pressed" from="Background/Start" to="." method="LoadScene"]
|
||||
[connection signal="pressed" from="CanvasLayer/TextureRect/Start" to="." method="LoadScene"]
|
||||
|
||||
Reference in New Issue
Block a user