diff --git a/README.md b/README.md index 4e2916a..a6c8405 100644 --- a/README.md +++ b/README.md @@ -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]