mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
fixes mapfile schema
This commit is contained in:
@@ -13,12 +13,12 @@ grids:
|
||||
entities: list(include('entity'), min=1)
|
||||
---
|
||||
chunk:
|
||||
- ind: str() #todo regex
|
||||
tiles: str()
|
||||
ind: str() #todo regex
|
||||
tiles: str()
|
||||
entity:
|
||||
- uid: int()
|
||||
type: str(required=False)
|
||||
components: list(comp())
|
||||
uid: int()
|
||||
type: str(required=False)
|
||||
components: list(comp())
|
||||
|
||||
# Example
|
||||
# meta:
|
||||
@@ -84,4 +84,4 @@ entity:
|
||||
# components:
|
||||
# - parent: 0
|
||||
# pos: 0,0
|
||||
# type: Transform
|
||||
# type: Transform
|
||||
|
||||
Reference in New Issue
Block a user