Commit ·
dc0a88a
1
Parent(s): 2d95983
Update README
Browse files
README.md
CHANGED
|
@@ -23,7 +23,6 @@ Each map is stored in a `.csv` file. The map is a `(32x32)` array, which is the
|
|
| 23 |
Each cell in the array is a `int` number ranged from 0 to 13, which represented 14 tiles.
|
| 24 |
|
| 25 |
```json
|
| 26 |
-
"environment": {
|
| 27 |
"G_NONE": 0,
|
| 28 |
"G_GROUND": 1,
|
| 29 |
"G_SAND": 2,
|
|
|
|
| 23 |
Each cell in the array is a `int` number ranged from 0 to 13, which represented 14 tiles.
|
| 24 |
|
| 25 |
```json
|
|
|
|
| 26 |
"G_NONE": 0,
|
| 27 |
"G_GROUND": 1,
|
| 28 |
"G_SAND": 2,
|