mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
45 lines
1.3 KiB
Text
45 lines
1.3 KiB
Text
|
|
[gd_scene load_steps=7 format=3 uid="uid://cxmcqehjjy82j"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://b4ynnb14mb4uq" path="res://Sprites/Reisen.png" id="1_lfysk"]
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rf4l1"]
|
||
|
|
atlas = ExtResource("1_lfysk")
|
||
|
|
region = Rect2(0, 0, 8, 16)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6mmet"]
|
||
|
|
atlas = ExtResource("1_lfysk")
|
||
|
|
region = Rect2(8, 0, 8, 16)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_okgvq"]
|
||
|
|
atlas = ExtResource("1_lfysk")
|
||
|
|
region = Rect2(16, 0, 8, 16)
|
||
|
|
|
||
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_8n5rt"]
|
||
|
|
animations = [{
|
||
|
|
"frames": [{
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_rf4l1")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_6mmet")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_okgvq")
|
||
|
|
}],
|
||
|
|
"loop": true,
|
||
|
|
"name": &"default",
|
||
|
|
"speed": 5.0
|
||
|
|
}]
|
||
|
|
|
||
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_car73"]
|
||
|
|
size = Vector2(6, 9)
|
||
|
|
|
||
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
||
|
|
metadata/_edit_group_ = true
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="AnimatedSprite2D" parent="."]
|
||
|
|
sprite_frames = SubResource("SpriteFrames_8n5rt")
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
position = Vector2(0, 0.5)
|
||
|
|
shape = SubResource("RectangleShape2D_car73")
|