Level teleporters with custom locations

This commit is contained in:
Marco 2025-09-11 10:02:55 +02:00
commit 47f8252e65
6 changed files with 897 additions and 502 deletions

View file

@ -14,10 +14,14 @@ classname = "actor_level_teleporter"
description = "Teleporter to the next level"
base_classes = Array[Resource]([ExtResource("1_klaoa")])
class_properties = {
"enabled": false
"enabled": false,
"invisible": false,
"mapid": ""
}
class_property_descriptions = {
"enabled": "Enabled or disabled"
"enabled": "Enabled or disabled",
"invisible": "Is it invisible?",
"mapid": "The id of the map to go to, goes to next map if empty"
}
meta_properties = {
"model": "\"3D/MapModels/actor_level_teleporter.glb\"",