updating readme 3

This commit is contained in:
Alexandre 2025-02-22 12:07:27 +01:00
parent 5c8515810f
commit 3b5ccb28e7
1 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
# --| Syntax for level files |--
# --| Syntax for level files |--
1) **General rule**
each file must be named "room_k" where k is a positive integer
if "room_k" exists then all "room_u" where 0 <= u < k exists
1) **General rule**
each file must be named "room_k" where k is a positive integer
if "room_k" exists then all "room_u" where 0 <= u < k exists
2) **Data structure**
below is a detailled list for all block types ;
each block type (Blocks, Teleporters, Entities) must have the corresponding word directly above it
not all three keywords have to be written
2) **Data structure**
below is a detailled list for all block types ;
each block type (Blocks, Teleporters, Entities) must have the corresponding word directly above it
not all three keywords have to be written
*Data-specific structure :*
*Data-specific structure :*
```
blocks:
[x, y, z, w, h, d, rhz, rvt, r, g, b]