49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
![]() |
[gd_scene load_steps=9 format=3 uid="uid://bdd6q3m06bnn3"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://c54p5kdrt1r71" path="res://levelFinal/core/coreSprites/planetCore_0001.png" id="1_7742g"]
|
||
|
[ext_resource type="Texture2D" uid="uid://b6qm6xu5ojpww" path="res://levelFinal/core/coreSprites/planetCore_0002.png" id="2_q2rkh"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bbt2g8bk7kke8" path="res://levelFinal/core/coreSprites/planetCore_0003.png" id="3_76tls"]
|
||
|
[ext_resource type="Texture2D" uid="uid://ch6720bqxcsmf" path="res://levelFinal/core/coreSprites/planetCore_0004.png" id="4_je86y"]
|
||
|
[ext_resource type="Texture2D" uid="uid://cd3n7wtnkho61" path="res://levelFinal/core/coreSprites/planetCore_0005.png" id="5_y7wp5"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bykh05626og5c" path="res://levelFinal/core/coreSprites/planetCore_0006.png" id="6_70t1t"]
|
||
|
|
||
|
[sub_resource type="SpriteFrames" id="SpriteFrames_poonc"]
|
||
|
animations = [{
|
||
|
"frames": [{
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("1_7742g")
|
||
|
}, {
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("2_q2rkh")
|
||
|
}, {
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("3_76tls")
|
||
|
}, {
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("4_je86y")
|
||
|
}, {
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("5_y7wp5")
|
||
|
}, {
|
||
|
"duration": 1.0,
|
||
|
"texture": ExtResource("6_70t1t")
|
||
|
}],
|
||
|
"loop": true,
|
||
|
"name": &"default",
|
||
|
"speed": 10.0
|
||
|
}]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_h80fj"]
|
||
|
radius = 109.018
|
||
|
|
||
|
[node name="core" type="Node2D"]
|
||
|
|
||
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||
|
position = Vector2(-7, 0)
|
||
|
sprite_frames = SubResource("SpriteFrames_poonc")
|
||
|
autoplay = "default"
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
position = Vector2(0, -1)
|
||
|
shape = SubResource("CircleShape2D_h80fj")
|