Added menu sound
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b6qvcio6bnaoi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4gc2g3aj2i" path="res://images/level/objects.png" id="1_r10g3"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_6qcrt"]
|
||||
atlas = ExtResource("1_r10g3")
|
||||
region = Rect2(176, 64, 16, 32)
|
||||
|
||||
[node name="ArrowDown" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_6qcrt")
|
||||
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dindl67sbr8wc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4gc2g3aj2i" path="res://images/level/objects.png" id="1_ct7ib"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n5v8r"]
|
||||
atlas = ExtResource("1_ct7ib")
|
||||
region = Rect2(128, 128, 32, 16)
|
||||
|
||||
[node name="ArrowLeft" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_n5v8r")
|
||||
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c653affkseeh3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4gc2g3aj2i" path="res://images/level/objects.png" id="1_gvebv"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_r0fup"]
|
||||
atlas = ExtResource("1_gvebv")
|
||||
region = Rect2(160, 128, 32, 16)
|
||||
|
||||
[node name="ArrowRight" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_r0fup")
|
||||
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://crxhuuyyu7v24"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4gc2g3aj2i" path="res://images/level/objects.png" id="1_85c6u"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0lvas"]
|
||||
atlas = ExtResource("1_85c6u")
|
||||
region = Rect2(176, 96, 16, 32)
|
||||
|
||||
[node name="ArrowUp" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_0lvas")
|
||||
Reference in New Issue
Block a user