28 lines
886 B
Plaintext
28 lines
886 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://blu5f8fp8aq1d"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_ne3ti"]
|
|
[ext_resource type="Texture2D" uid="uid://dxp7g3nx2pgrg" path="res://Objects/HomeArea/PlayerHome/PlayerBed.png" id="2_3q5s2"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_qp1l5"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_3q5s2")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="PlayerBed" instance=ExtResource("1_ne3ti")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, 57)
|
|
sprite_frames = SubResource("SpriteFrames_qp1l5")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 57)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-73, -56, 71, -57, 74, 103, -73, 103)
|