Bevy 0.16 upgrade (#24)
This commit is contained in:
@@ -131,6 +131,16 @@
|
||||
scale(vector) : "Scale" : "1 1 1" : ""
|
||||
]
|
||||
|
||||
@BaseClass = visibility
|
||||
[
|
||||
visibility(choices) : "Visibility" : "Inherited" : "" =
|
||||
[
|
||||
"Inherited" : "Uses the visibility of its parents. If its a root-level entity, it will be visible."
|
||||
"Hidden" : "Always not rendered, regardless of its parent's visibility."
|
||||
"Visible" : "Always rendered, regardless of its parent's visibility."
|
||||
]
|
||||
]
|
||||
|
||||
@SolidClass = water
|
||||
[
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user