mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 06:43:46 +00:00
Custom func_godot entities
This commit is contained in:
parent
8ab7735d17
commit
929d993f99
360 changed files with 4983 additions and 3944 deletions
25
3D/TrenchBroom/EntityDefinitions/base/target_base.tres
Normal file
25
3D/TrenchBroom/EntityDefinitions/base/target_base.tres
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://kerywjgft7vh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://6o4wbl0iau0v" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_uy4g8"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_uy4g8")
|
||||
classname = "Target"
|
||||
description = ""
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([])
|
||||
class_properties = {
|
||||
"target": NodePath(""),
|
||||
"targetfunc": ""
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"target": "Entity group to call the use function on when this entity is triggered.",
|
||||
"targetfunc": "Function to call on target entities. As is, the target function cannot accept arguments, so make sure it doesn't require specifying arguments."
|
||||
}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0.8, 0.8, 0.8, 1),
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue