#10 #18 Fix parsing

This commit is contained in:
Tibo De Peuter 2022-12-22 22:05:25 +01:00
parent 5cc96cbdba
commit f3bce99120
18 changed files with 289 additions and 103 deletions

View file

@ -1,9 +1,6 @@
# Dit gehele bestand is een Block
# Dit is een entry: key + value
player: { # Value is hier een block
player: {
hp: 50,
inventory: [ # BlockList
inventory: [
{
id: "dagger",
x: 0,
@ -18,7 +15,6 @@ player: { # Value is hier een block
]
}
# Dit is een entry
levels: [
{
layout: {
@ -135,4 +131,4 @@ levels: [
}
]
}
]
]