2025-05-18 14:16:34 +00:00
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://dh0lvt4eb1x5s"]
|
2025-05-18 13:55:56 +00:00
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://btgsbvc7gidjq" path="res://planetScene/planet.png" id="1_6j83a"]
|
|
|
|
[ext_resource type="Script" uid="uid://b8kcef36xwy7k" path="res://planetScene/planet_sprite.gd" id="2_jgijx"]
|
2025-05-18 14:16:34 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dimdd34ldpix5" path="res://player/smallPlayer/playerSprites/playerSprite_0001.png" id="3_5cujh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cmga6fl4uer1m" path="res://player/smallPlayer/playerSprites/playerSprite_0002.png" id="4_icdcw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cw0ntcoynkr0w" path="res://player/smallPlayer/playerSprites/playerSprite_0003.png" id="5_dp0ko"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dt3rv4x30n4ru" path="res://player/smallPlayer/playerSprites/playerSprite_0004.png" id="6_s4scv"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bvnodga8epycb" path="res://player/smallPlayer/playerSprites/playerSprite_0005.png" id="7_l113b"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d5qpoa8wadrp" path="res://player/smallPlayer/playerSprites/playerSprite_0006.png" id="8_4mgjw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://jfhpkm78lqyx" path="res://player/smallPlayer/playerSprites/playerSprite_0007.png" id="9_e363o"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://jssqmb4832pr" path="res://player/smallPlayer/playerSprites/playerSprite_0008.png" id="10_ahaa2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dxeg6715vly1v" path="res://player/smallPlayer/playerSprites/playerSprite_0009.png" id="11_6fiqi"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b8eut6fnru722" path="res://player/smallPlayer/playerSprites/playerSprite_0010.png" id="12_up3d5"]
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_i6oun"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("3_5cujh")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("4_icdcw")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("5_dp0ko")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("6_s4scv")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("7_l113b")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("8_4mgjw")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("9_e363o")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("10_ahaa2")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("11_6fiqi")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("12_up3d5")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"default",
|
|
|
|
"speed": 5.0
|
|
|
|
}]
|
2025-05-18 13:55:56 +00:00
|
|
|
|
|
|
|
[node name="planet" type="Node2D"]
|
|
|
|
|
2025-05-18 14:16:34 +00:00
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
2025-05-18 14:44:36 +00:00
|
|
|
position = Vector2(573, 300)
|
2025-05-18 14:16:34 +00:00
|
|
|
sprite_frames = SubResource("SpriteFrames_i6oun")
|
|
|
|
autoplay = "default"
|
|
|
|
|
2025-05-18 13:55:56 +00:00
|
|
|
[node name="planetSprite" type="Sprite2D" parent="."]
|
2025-05-18 14:44:36 +00:00
|
|
|
position = Vector2(575, 786)
|
|
|
|
scale = Vector2(4.53252, 4.53252)
|
2025-05-18 13:55:56 +00:00
|
|
|
texture = ExtResource("1_6j83a")
|
|
|
|
script = ExtResource("2_jgijx")
|