mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 10:33:47 +00:00
Textures
This commit is contained in:
parent
d1517f864a
commit
827d4f1914
20 changed files with 234 additions and 10 deletions
|
|
@ -20,6 +20,8 @@ class_property_descriptions = {
|
|||
"range": "The light's radius in Quake Units. The entity script converts this to Godot Units in the LightOmni script."
|
||||
}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {}
|
||||
meta_properties = {
|
||||
"model": "{ \"path\": \"textures\\special/light.png\", \"scale\": 1 }"
|
||||
}
|
||||
node_class = "OmniLight3D"
|
||||
name_property = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue