mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 09:43:48 +00:00
Level teleporters with custom locations
This commit is contained in:
parent
6263c7e23b
commit
47f8252e65
6 changed files with 897 additions and 502 deletions
|
|
@ -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\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue