mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 13:23:48 +00:00
Fixed entity definitions
This commit is contained in:
parent
e416b3d8cd
commit
133f4088d0
22 changed files with 3681 additions and 6774 deletions
|
|
@ -18,13 +18,13 @@ script_class = ExtResource("4_ug7xt")
|
|||
classname = "func_shroud"
|
||||
description = "Geometry that can be made disappear."
|
||||
base_classes = Array[Resource]([ExtResource("1_ug7xt"), ExtResource("2_euhoe")])
|
||||
class_properties = {
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"one_time": true
|
||||
}
|
||||
class_property_descriptions = {
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
"one_time": "Trigger only one time?"
|
||||
}
|
||||
meta_properties = {
|
||||
})
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.9647059, 0.87211144, 0, 1)
|
||||
}
|
||||
})
|
||||
node_class = "StaticBody3D"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue