force fields

This commit is contained in:
Marco 2025-06-26 08:32:13 +02:00
commit 22936c4678
19 changed files with 854 additions and 682 deletions

View file

@ -24,7 +24,7 @@ class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-8, -8, -8, 8, 8, 8),
"studio": "\"3D\\MapModels/actor_capacitor_mini.glb\""
"studio": "\"3D/MapModels/actor_capacitor_mini.glb\""
}
node_class = ""
name_property = ""

View file

@ -20,8 +20,12 @@ classname = "actor_forcefield_1"
description = "Forcefield Type 1"
func_godot_internal = false
base_classes = Array[Resource]([ExtResource("1_wufju"), ExtResource("2_6wd32")])
class_properties = {}
class_property_descriptions = {}
class_properties = {
"startenabled": false
}
class_property_descriptions = {
"startenabled": "Whether to start enabled or not"
}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D/MapModels/actor_forcefield_1.glb\"",

View file

@ -23,6 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D/MapModels/actor_furniture_box.glb\"",
"size": AABB(-2, -2, -2, 2, 2, 2)
}
node_class = ""

View file

@ -23,6 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D/MapModels/actor_furniture_can.glb\"",
"size": AABB(-2, -2, -2, 2, 2, 2)
}
node_class = ""

View file

@ -23,6 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D/MapModels/actor_furniture_shelf.glb\"",
"size": AABB(-4, -8, -1, 4, 8, 1)
}
node_class = ""

View file

@ -24,7 +24,7 @@ class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"size": AABB(-32, -16, -16, 32, 16, 16),
"studio": "\"3D\\MapModels/actor_tank_large.glb\""
"studio": "\"3D/MapModels/actor_tank_large.glb\""
}
node_class = ""
name_property = ""

View file

@ -23,7 +23,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D\\MapModels/actor_chest_1.glb\"",
"model": "\"3D/MapModels/actor_chest_1.glb\"",
"size": AABB(-8, -8, -8, 8, 8, 8)
}
node_class = ""

View file

@ -25,6 +25,7 @@ class_properties = {}
class_property_descriptions = {}
auto_apply_to_matching_node_properties = false
meta_properties = {
"model": "\"3D/MapModels/actor_keypad.glb\"",
"size": AABB(-4, -4, -4, 4, 4, 4)
}
node_class = ""