This commit is contained in:
Marek Le
2026-03-29 22:58:23 +02:00
parent b9ed399d34
commit 80a65fa555
19 changed files with 217 additions and 58 deletions

4
scripts/portal/portal.gd Normal file
View File

@@ -0,0 +1,4 @@
extends StaticBody3D
func _ready() -> void:
add_to_group("targetable")