51 lines
1.7 KiB
Text
51 lines
1.7 KiB
Text
[gd_scene load_steps=11 format=3 uid="uid://kyuhwil8vq7n"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bf8treonq7va1" path="res://sprites/star/star1.png" id="1_g74du"]
|
|
[ext_resource type="Texture2D" uid="uid://dbl6rw04dnuho" path="res://sprites/star/star2.png" id="2_pxcya"]
|
|
[ext_resource type="Texture2D" uid="uid://vndhtc8ymg2k" path="res://sprites/star/star3.png" id="3_plj80"]
|
|
[ext_resource type="Texture2D" uid="uid://cays6dmt6ucv7" path="res://sprites/star/star4.png" id="4_21ld8"]
|
|
[ext_resource type="Texture2D" uid="uid://du274dr3lf2es" path="res://sprites/star/star5.png" id="5_pyjfw"]
|
|
[ext_resource type="Texture2D" uid="uid://bm8tx4w1irp7s" path="res://sprites/star/star6.png" id="6_uxgjf"]
|
|
[ext_resource type="Texture2D" uid="uid://jbcvgid8o5f6" path="res://sprites/star/star7.png" id="7_3kjtu"]
|
|
[ext_resource type="Texture2D" uid="uid://dgp48jj1knk1y" path="res://sprites/star/star8.png" id="8_5xmav"]
|
|
[ext_resource type="Script" path="res://scripts/Star System/star.gd" id="9_kew3k"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_oggfj"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("1_g74du")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_pxcya")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_plj80")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_21ld8")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_pyjfw")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_uxgjf")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_3kjtu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("8_5xmav")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 8.0
|
|
}]
|
|
|
|
[node name="Star" type="AnimatedSprite2D"]
|
|
z_index = -19
|
|
sprite_frames = SubResource("SpriteFrames_oggfj")
|
|
autoplay = "default"
|
|
frame = 1
|
|
frame_progress = 0.66336
|
|
script = ExtResource("9_kew3k")
|