New Icon; Touch Controls; Menu with Help; Added Music
This commit is contained in:
parent
9e3349eec3
commit
e87f8c3756
71 changed files with 1084 additions and 278 deletions
|
|
@ -1,9 +1,45 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ceu62dbrvd31p"]
|
||||
[gd_scene load_steps=10 format=3 uid="uid://ceu62dbrvd31p"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://cotw1alu4b2ad" path="res://Theme/MainTheme.tres" id="1_2eoii"]
|
||||
[ext_resource type="Script" path="res://scenes/menu/startMenu/start_menu.gd" id="2_y1mcp"]
|
||||
[ext_resource type="PackedScene" uid="uid://br7eqr6jomsg4" path="res://scenes/game/map/map.tscn" id="3_w2x7d"]
|
||||
[ext_resource type="Texture2D" uid="uid://b2xbgtcyxvi73" path="res://Assets/Player/Player.png" id="4_0cn2q"]
|
||||
[ext_resource type="PackedScene" uid="uid://iq8pxx1suuqt" path="res://scenes/menu/background.tscn" id="3_1hlwn"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3o6hrpc0fim2" path="res://Assets/Portal.png" id="3_pyyyw"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_drumk"]
|
||||
atlas = ExtResource("3_pyyyw")
|
||||
region = Rect2(0, 0, 128, 128)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ixrr4"]
|
||||
atlas = ExtResource("3_pyyyw")
|
||||
region = Rect2(128, 0, 128, 128)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uu1bm"]
|
||||
atlas = ExtResource("3_pyyyw")
|
||||
region = Rect2(256, 0, 128, 128)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fv6fu"]
|
||||
atlas = ExtResource("3_pyyyw")
|
||||
region = Rect2(384, 0, 128, 128)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_scf5k"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_drumk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ixrr4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_uu1bm")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_fv6fu")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="StartMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -15,18 +51,16 @@ grow_vertical = 2
|
|||
theme = ExtResource("1_2eoii")
|
||||
script = ExtResource("2_y1mcp")
|
||||
|
||||
[node name="Map" parent="." instance=ExtResource("3_w2x7d")]
|
||||
visible = false
|
||||
position = Vector2(976, 540)
|
||||
[node name="Background" parent="." instance=ExtResource("3_1hlwn")]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(960, 456)
|
||||
scale = Vector2(1.5, 1.5)
|
||||
texture = ExtResource("4_0cn2q")
|
||||
hframes = 25
|
||||
[node name="Portal" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(956, 542)
|
||||
scale = Vector2(2, 2)
|
||||
sprite_frames = SubResource("SpriteFrames_scf5k")
|
||||
frame_progress = 0.053071
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
modulate = Color(1, 1, 1, 0.376471)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
|
@ -51,4 +85,9 @@ layout_mode = 2
|
|||
layout_mode = 2
|
||||
text = "PLAY"
|
||||
|
||||
[node name="StartButton2" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "HELP"
|
||||
|
||||
[connection signal="button_up" from="CenterContainer/VBoxContainer/StartButton" to="." method="_on_start_button_button_up"]
|
||||
[connection signal="pressed" from="CenterContainer/VBoxContainer/StartButton2" to="." method="_on_start_button_2_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue