Little grammar fix in RenderOrder's doc comment
This commit is contained in:
parent
06ae79ccd0
commit
84f7bdb947
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if TYPE_CHECKING:
|
||||||
class RenderOrder(Enum):
|
class RenderOrder(Enum):
|
||||||
'''
|
'''
|
||||||
These values indicate the order that an Entity should be rendered. Higher values are rendered later and therefore on
|
These values indicate the order that an Entity should be rendered. Higher values are rendered later and therefore on
|
||||||
top of items at with lower orderings.
|
top of items with lower orderings.
|
||||||
'''
|
'''
|
||||||
ITEM = 1000
|
ITEM = 1000
|
||||||
ACTOR = 2000
|
ACTOR = 2000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue