Add scorpio
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b12gq4yqc3d8i"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b12gq4yqc3d8i"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/MainMenu.cs" id="1_6aikc"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjl20bs56430j" path="res://UI/Animations/UIAnimations.tscn" id="2_erh7e"]
|
||||
[ext_resource type="Texture2D" uid="uid://srnf2fpwhlka" path="res://UI/titlescreenneedtext.png" id="3_7s65g"]
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
script = ExtResource("1_6aikc")
|
||||
@@ -16,6 +17,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Button" type="Button" parent="NewGame"]
|
||||
top_level = true
|
||||
layout_mode = 0
|
||||
offset_left = 583.0
|
||||
offset_top = 441.0
|
||||
@@ -23,6 +25,22 @@ offset_right = 1155.0
|
||||
offset_bottom = 645.0
|
||||
text = "Play"
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="NewGame"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 14
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -7.0
|
||||
offset_top = -170.0
|
||||
offset_right = 1974.0
|
||||
offset_bottom = 1395.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
texture = ExtResource("3_7s65g")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="UIAnimations" parent="." instance=ExtResource("2_erh7e")]
|
||||
|
||||
[connection signal="pressed" from="NewGame/Button" to="." method="OnStartButtonPressed"]
|
||||
|
||||
Reference in New Issue
Block a user