mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster
This commit is contained in:
@@ -19,7 +19,7 @@ class Size(NamedTuple):
|
||||
|
||||
Attributes:
|
||||
width: The width of the object.
|
||||
size: The height of the object.
|
||||
height: The height of the object.
|
||||
"""
|
||||
|
||||
width: Union[int, float]
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"name":"name: rectangle - invisible",
|
||||
"rotation":0,
|
||||
"type":"rectangle",
|
||||
"visible":true,
|
||||
"visible":false,
|
||||
"width":30.9923837671934,
|
||||
"x":163.910424008185,
|
||||
"y":91.0128452881664
|
||||
@@ -102,7 +102,7 @@
|
||||
"name":"name: ellipse - invisible",
|
||||
"rotation":0,
|
||||
"type":"ellipse",
|
||||
"visible":true,
|
||||
"visible":false,
|
||||
"width":6.32943048766625,
|
||||
"x":22.6986472661134,
|
||||
"y":53.9092872570194
|
||||
|
||||
Reference in New Issue
Block a user