Basic events system started.

This commit is contained in:
2025-05-06 11:07:16 -05:00
parent 4ad63b8c41
commit b9f0295722
22 changed files with 325 additions and 103 deletions

View File

@@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://boj5o4fx41rv8"]
[sub_resource type="BoxMesh" id="BoxMesh_22rim"]
size = Vector3(5, 5, 5)
[sub_resource type="BoxShape3D" id="BoxShape3D_jh0ui"]
size = Vector3(5, 5, 5)
[node name="Building" type="StaticBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_22rim")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_jh0ui")