beta-1.3/restructure-files (#2)
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
extends StaticBody2D
|
||||
class_name WoodenBench
|
||||
@@ -0,0 +1 @@
|
||||
uid://c6n652dy18xbm
|
||||
48
Entities/Map Objects/Decorative/Outdoor/wooden_bench.tscn
Normal file
48
Entities/Map Objects/Decorative/Outdoor/wooden_bench.tscn
Normal file
@@ -0,0 +1,48 @@
|
||||
[gd_scene format=3 uid="uid://23tpba4r6ucg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://nocnsf1xr3ap" path="res://Assets/Spritesheets/Outdoor Decor/Benches.png" id="1_jlu4v"]
|
||||
[ext_resource type="Script" uid="uid://c6n652dy18xbm" path="res://Entities/Map Objects/Decorative/Outdoor/Scripts/wooden_bench.gd" id="1_nv27i"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nv27i"]
|
||||
size = Vector2(30, 11)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ffqsr"]
|
||||
atlas = ExtResource("1_jlu4v")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jlu4v"]
|
||||
size = Vector2(30, 8)
|
||||
|
||||
[node name="Wooden Bench" type="StaticBody2D" unique_id=134763703]
|
||||
y_sort_enabled = true
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_nv27i")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1606779105]
|
||||
position = Vector2(0, 3.5)
|
||||
shape = SubResource("RectangleShape2D_nv27i")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=277583581]
|
||||
y_sort_enabled = true
|
||||
position = Vector2(0, 5)
|
||||
texture = SubResource("AtlasTexture_ffqsr")
|
||||
offset = Vector2(0, -5)
|
||||
|
||||
[node name="Sitting Spots" type="Node2D" parent="." unique_id=1579486993]
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Sitting Spots" unique_id=1705252915]
|
||||
position = Vector2(-9, 0)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Sitting Spots" unique_id=1990058096]
|
||||
position = Vector2(9, 0)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Sitting Spots" unique_id=1451254051]
|
||||
|
||||
[node name="Interactable" type="Area2D" parent="." unique_id=1791036565]
|
||||
collision_layer = 2
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Interactable" unique_id=1358423659]
|
||||
position = Vector2(0, 2)
|
||||
shape = SubResource("RectangleShape2D_jlu4v")
|
||||
debug_color = Color(0.991744, 0, 0.26762646, 0.41960785)
|
||||
Reference in New Issue
Block a user