mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 00:33:47 +00:00
Level Teleporters
This commit is contained in:
parent
5e357e1a96
commit
7a8bb4311b
26 changed files with 581 additions and 410 deletions
|
|
@ -0,0 +1,26 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://dvpi4kx2visc0"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_klaoa"]
|
||||
[ext_resource type="PackedScene" uid="uid://bn7hkgapi5oka" path="res://3D/Scenes/Props/Level_Teleporter_3D.tscn" id="2_atmpw"]
|
||||
[ext_resource type="Script" uid="uid://dkmyelig23ub5" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="5_7bpmd"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("5_7bpmd")
|
||||
target_map_editor = 1
|
||||
rotation_offset = Vector3(0, 180, 0)
|
||||
scene_file = ExtResource("2_atmpw")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_level_teleporter"
|
||||
description = "Teleporter to the next level"
|
||||
base_classes = Array[Resource]([ExtResource("1_klaoa")])
|
||||
class_properties = {
|
||||
"enabled": false
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"enabled": "Enabled or disabled"
|
||||
}
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_level_teleporter.glb\"",
|
||||
"size": AABB(-8, -8, -1, 8, 8, 1)
|
||||
}
|
||||
metadata/_custom_type_script = "uid://c83r7t467hm4m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue