cirnogodot/3D/TrenchBroom/EntityDefinitions/solid/Brush/worldspawn_bullet_permeable.tres

15 lines
705 B
Text
Raw Normal View History

2025-09-01 16:13:14 +02:00
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=2 format=3 uid="uid://cs5ourxglor8e"]
2025-09-15 11:22:27 +02:00
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_77qe7"]
2025-09-01 16:13:14 +02:00
[resource]
script = ExtResource("1_77qe7")
2025-09-25 15:50:34 +02:00
collision_layer = 512
2025-09-01 16:13:14 +02:00
collision_mask = 0
classname = "solid_bullet_permeable"
description = "Default static world geometry. Builds a StaticBody3D with a single MeshInstance3D and a single convex CollisionShape3D shape. Also builds Occluder3D to aid in render culling of other VisualInstance3D nodes.
Is permeable to bullets"
meta_properties = {
"color": Color(0.8, 0.8, 0.8, 1)
}
node_class = "StaticBody3D"