Remove name + author from map file (#3992)

This commit is contained in:
metalgearsloth
2023-05-08 01:22:14 +10:00
committed by GitHub
parent e979673d54
commit 474f4f09b9
2 changed files with 1 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
# schema file for Yamale
meta:
format: int()
name: str()
author: str()
postmapinit: bool()
tilemap: map(str(), key=int())
entities: list(include('proto'), min=1)