From 773cf647d8b69cfb1876fb06e7a312b75982dba1 Mon Sep 17 00:00:00 2001 From: JonShard Date: Sat, 25 Jul 2026 21:48:58 +0200 Subject: [PATCH 1/2] Add invisible walls --- Scenes/JonScene.tscn | 21 +++++++++++++++++++++ Scenes/multiPlayer.tscn | 21 +++++++++++++++++++++ main.tscn | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/Scenes/JonScene.tscn b/Scenes/JonScene.tscn index 36a7e31..a58ad1f 100644 --- a/Scenes/JonScene.tscn +++ b/Scenes/JonScene.tscn @@ -33,6 +33,9 @@ ssao_enabled = true ssil_enabled = true sdfgi_enabled = true +[sub_resource type="BoxShape3D" id="BoxShape3D_24d3s"] +size = Vector3(5.1, 10, 0.1) + [node name="Main" type="Node3D" unique_id=1312265607] script = ExtResource("1_57ppd") @@ -163,3 +166,21 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.7201865, 1.5329367, 0.1477 [node name="Plate3" parent="." unique_id=2004250522 instance=ExtResource("10_ay2w6")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.5818124, 1.499024, -0.4634577) + +[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=315740174] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=33059670] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.688614, 2.5070028) +shape = SubResource("BoxShape3D_24d3s") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D" unique_id=2018792171] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.688614, -2.5446289) +shape = SubResource("BoxShape3D_24d3s") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D" unique_id=757662929] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -2.525816, 4.688614, -0.018813243) +shape = SubResource("BoxShape3D_24d3s") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="StaticBody3D" unique_id=1468386997] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 2.525816, 4.688614, -0.018813023) +shape = SubResource("BoxShape3D_24d3s") diff --git a/Scenes/multiPlayer.tscn b/Scenes/multiPlayer.tscn index 5e4e715..9e25add 100644 --- a/Scenes/multiPlayer.tscn +++ b/Scenes/multiPlayer.tscn @@ -21,6 +21,9 @@ ssao_enabled = true ssil_enabled = true sdfgi_enabled = true +[sub_resource type="BoxShape3D" id="BoxShape3D_arao0"] +size = Vector3(15, 20, 0.1) + [node name="Main" type="Node3D" unique_id=1312265607] script = ExtResource("1_kdan8") @@ -53,3 +56,21 @@ spawn_path = NodePath("../WorldContent") [node name="PlayersSpawner" type="MultiplayerSpawner" parent="." unique_id=106645565] _spawnable_scenes = PackedStringArray("res://Player/net_player.tscn") spawn_path = NodePath("../Players") + +[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=4404969] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=998476672] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.197384, 7.589958) +shape = SubResource("BoxShape3D_arao0") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D" unique_id=340303902] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.197384, -7.509142) +shape = SubResource("BoxShape3D_arao0") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D" unique_id=1193703037] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -7.438612, 9.197384, -0.018813243) +shape = SubResource("BoxShape3D_arao0") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="StaticBody3D" unique_id=1431367494] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 7.502467, 9.197384, -0.018813023) +shape = SubResource("BoxShape3D_arao0") diff --git a/main.tscn b/main.tscn index 88dac01..9286cdf 100644 --- a/main.tscn +++ b/main.tscn @@ -27,6 +27,9 @@ ssao_enabled = true ssil_enabled = true sdfgi_enabled = true +[sub_resource type="BoxShape3D" id="BoxShape3D_kek77"] +size = Vector3(5.1, 10, 0.1) + [node name="Main" type="Node3D" unique_id=1312265607] script = ExtResource("1_0xm2m") @@ -73,3 +76,21 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.482068, -1.2252241) [node name="Plate" parent="." unique_id=190487773 instance=ExtResource("9_kek77")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.22971058, 1.699144, -1.8499806) + +[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=82945083] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=1909896160] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.688614, 2.5070028) +shape = SubResource("BoxShape3D_kek77") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D" unique_id=39538720] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.688614, -2.5446289) +shape = SubResource("BoxShape3D_kek77") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D" unique_id=1984048740] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -2.525816, 4.688614, -0.018813243) +shape = SubResource("BoxShape3D_kek77") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="StaticBody3D" unique_id=1484088721] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 2.525816, 4.688614, -0.018813023) +shape = SubResource("BoxShape3D_kek77") From 428f00a8128f14418945a85903a2a302a689042d Mon Sep 17 00:00:00 2001 From: JonShard Date: Sat, 25 Jul 2026 21:49:19 +0200 Subject: [PATCH 2/2] Ignore .log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0af181c..549b672 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ /android/ +.log \ No newline at end of file