53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
[gd_scene load_steps=10 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Check.cs" id="1"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/SavePoint/Save1.tres" id="2"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/SavePoint/Save2.tres" id="3"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/SavePoint/Save3.tres" id="4"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/SavePoint/Save5.tres" id="5"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/SavePoint/Save6.tres" id="6"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_5rfl7"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_mj380"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_1baga"]
|
|
|
|
[node name="SavePoint" type="Area2D"]
|
|
script = ExtResource("1")
|
|
diag = "SaveFirst"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_5rfl7")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
sprite_frames = SubResource("SpriteFrames_mj380")
|
|
autoplay = "default"
|
|
frame_progress = 0.8596789836883545
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
shape = SubResource("CircleShape2D_1baga")
|