Initial commit

This commit is contained in:
2026-01-21 23:51:53 +01:00
commit 60b208fee0
1703 changed files with 100223 additions and 0 deletions

17
test/doorBlockTest.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://blc3s7fewh1t4"]
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_63rrq"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_63rrq"]
albedo_color = Color(0.7176471, 0.7176471, 0.7176471, 1)
albedo_texture = ExtResource("1_63rrq")
metallic = 0.7
[node name="DoorBlockTest" type="Node3D"]
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 1.5, -0.625)
material_override = SubResource("StandardMaterial3D_63rrq")
use_collision = true
collision_mask = 0
size = Vector3(0.25, 3, 3)