first commit

This commit is contained in:
FoxSpellCaster
2025-12-07 02:27:45 -05:00
parent 4d8a638943
commit 4292004b6e
454 changed files with 2567 additions and 0 deletions

26
table.tscn Normal file
View File

@@ -0,0 +1,26 @@
[gd_scene load_steps=2 format=3 uid="uid://dsgxat46qwqbn"]
[ext_resource type="Material" uid="uid://c22wyfih5ebfy" path="res://assets/wood.tres" id="1_jd0nb"]
[node name="table" type="Node3D"]
[node name="CSGBox3D" type="CSGBox3D" parent="."]
use_collision = true
material = ExtResource("1_jd0nb")
[node name="CSGBox3D" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.051330745, 0)
operation = 2
size = Vector3(0.8, 0.9, 1)
material = ExtResource("1_jd0nb")
[node name="CSGBox3D2" type="CSGBox3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.051330745, 0)
operation = 2
size = Vector3(1, 0.9, 0.8)
material = ExtResource("1_jd0nb")
[node name="Label3D" type="Label3D" parent="CSGBox3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
billboard = 1
text = "Table"