[Editor] Enable storing Tile Sets and loading Game Maps with them

This commit is contained in:
2021-02-12 09:21:37 +01:00
parent 02acad538b
commit 12d9d6d7df
7 changed files with 44 additions and 12 deletions

View File

@@ -7,7 +7,8 @@ message GameMap {
required string uid = 1;
required uint32 rows = 2;
required uint32 columns = 3;
repeated Layer layers = 4;
required string tileSetUID = 4;
repeated Layer layers = 5;
}
message Layer {