beta-1.3/restructure-files (#2)

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-03-17 13:45:35 -06:00
parent 86e3198645
commit bfe4f7d6a9
156 changed files with 369 additions and 163 deletions

View File

@@ -0,0 +1,2 @@
extends StaticBody2D
class_name WoodenBench

View File

@@ -0,0 +1 @@
uid://c6n652dy18xbm

View 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)

View File

@@ -0,0 +1,23 @@
[gd_scene format=3 uid="uid://dwbg6wca6yl5j"]
[ext_resource type="Texture2D" uid="uid://fsdihflna5x8" path="res://Assets/Spritesheets/Outdoor Decor/Signs.png" id="1_i0umk"]
[sub_resource type="CircleShape2D" id="CircleShape2D_mo7c5"]
radius = 4.0
[sub_resource type="AtlasTexture" id="AtlasTexture_3a56g"]
atlas = ExtResource("1_i0umk")
region = Rect2(0, 144, 32, 48)
[node name="Wooden Sign 01" type="StaticBody2D" unique_id=940755730]
y_sort_enabled = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1879872203]
position = Vector2(7, 20)
shape = SubResource("CircleShape2D_mo7c5")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=824773966]
y_sort_enabled = true
position = Vector2(0, 22)
texture = SubResource("AtlasTexture_3a56g")
offset = Vector2(0, -22)

View File

@@ -0,0 +1,24 @@
[gd_scene format=3 uid="uid://coaf2ndwb6h61"]
[ext_resource type="Texture2D" uid="uid://fsdihflna5x8" path="res://Assets/Spritesheets/Outdoor Decor/Signs.png" id="1_7fm5q"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7fm5q"]
size = Vector2(4, 4)
[sub_resource type="AtlasTexture" id="AtlasTexture_83w4c"]
atlas = ExtResource("1_7fm5q")
region = Rect2(48, 0, 16, 16)
[node name="Wooden Sign 02" type="StaticBody2D" unique_id=1825670645]
y_sort_enabled = true
collision_mask = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1251542595]
position = Vector2(0, 5)
shape = SubResource("RectangleShape2D_7fm5q")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=679110181]
y_sort_enabled = true
position = Vector2(0, 7)
texture = SubResource("AtlasTexture_83w4c")
offset = Vector2(0, -7)