53 lines
1.6 KiB
Text
53 lines
1.6 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://brkv032w3gyfo"]
|
|
|
|
[ext_resource type="Script" uid="uid://ccawks66thcw2" path="res://classes/room_object/room_object.gd" id="1_5prx0"]
|
|
[ext_resource type="Texture2D" uid="uid://b6kqx81h1kpql" path="res://scenes/bed/assets/bed.aseprite" id="2_w6piv"]
|
|
[ext_resource type="Texture2D" uid="uid://dv6eeiat64s4r" path="res://scenes/bed/assets/bed_n.png" id="3_ayy0y"]
|
|
|
|
[sub_resource type="CanvasTexture" id="CanvasTexture_opn68"]
|
|
diffuse_texture = ExtResource("2_w6piv")
|
|
normal_texture = ExtResource("3_ayy0y")
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ayy0y"]
|
|
radius = 32.0
|
|
|
|
[node name="Bed" type="Node2D"]
|
|
z_index = 1
|
|
script = ExtResource("1_5prx0")
|
|
metadata/_custom_type_script = "uid://ccawks66thcw2"
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
collision_layer = 4
|
|
collision_mask = 0
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="StaticBody2D"]
|
|
position = Vector2(0, -24)
|
|
texture = SubResource("CanvasTexture_opn68")
|
|
metadata/_aseprite_wizard_interface_config_ = {
|
|
"animation_section": true,
|
|
"layer_section": true,
|
|
"output_section": true,
|
|
"pending_changes": {
|
|
"convert_fps_field": 60.0,
|
|
"convert_ms_field": 16.0,
|
|
"convert_to_fps": false,
|
|
"embed_tex": true,
|
|
"i_mode": 0,
|
|
"keep_anim_length": false,
|
|
"layers": [],
|
|
"o_ex_p": "",
|
|
"o_folder": "",
|
|
"o_name": "",
|
|
"only_visible": false,
|
|
"player": "",
|
|
"scale": "1.0",
|
|
"slice": "",
|
|
"source": "res://scenes/bed/assets/bed.aseprite",
|
|
"source_uid": 4583932932945451959
|
|
},
|
|
"slice_section": true
|
|
}
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(0, -24)
|
|
shape = SubResource("CircleShape2D_ayy0y")
|