setting up menu
This commit is contained in:
43
scenes/objects/game/comet.tscn
Normal file
43
scenes/objects/game/comet.tscn
Normal file
@@ -0,0 +1,43 @@
|
||||
[gd_scene format=3 uid="uid://bxhyh5xkl8o31"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bfhijtgf8gfq5" path="res://original data/images/comets/comet1.svg" id="1_k3nfo"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsa3mto3d4240" path="res://original data/images/comets/comet2.svg" id="2_y71x0"]
|
||||
[ext_resource type="Texture2D" uid="uid://birp1wvovf4ti" path="res://original data/images/comets/comet3.svg" id="3_hx85f"]
|
||||
[ext_resource type="Texture2D" uid="uid://bd7b3e43u8l1g" path="res://original data/images/comets/cometex1.png" id="4_boty6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgq4uyobibfoe" path="res://original data/images/comets/cometex2.png" id="5_r0eex"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_ggplc"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("1_k3nfo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_y71x0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_hx85f")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"comet",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_boty6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_r0eex")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"cometbreak",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="Node2D" type="Node2D" unique_id=1878661663]
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1849187873]
|
||||
position = Vector2(0, -1)
|
||||
sprite_frames = SubResource("SpriteFrames_ggplc")
|
||||
animation = &"comet"
|
||||
frame_progress = 0.69607645
|
||||
Reference in New Issue
Block a user