mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 04:35:54 +00:00
Made brushes solid
This commit is contained in:
parent
44ebc70448
commit
e9e71d8ff2
14 changed files with 5775 additions and 587 deletions
6
3D/TrenchBroom/EntityScripts/Solid/worldspawn.gd
Normal file
6
3D/TrenchBroom/EntityScripts/Solid/worldspawn.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@tool
|
||||
class_name WorldSpawn
|
||||
extends StaticBody3D
|
||||
|
||||
func _init() -> void:
|
||||
add_to_group("Solid", true)
|
||||
1
3D/TrenchBroom/EntityScripts/Solid/worldspawn.gd.uid
Normal file
1
3D/TrenchBroom/EntityScripts/Solid/worldspawn.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://oq2ep51w11u5
|
||||
Loading…
Add table
Add a link
Reference in a new issue