mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
6 lines
101 B
GDScript
6 lines
101 B
GDScript
@tool
|
|
class_name WorldSpawn
|
|
extends StaticBody3D
|
|
|
|
func _init() -> void:
|
|
add_to_group("Solid", true)
|