parent
5cc96cbdba
commit
f3bce99120
18 changed files with 289 additions and 103 deletions
|
@ -15,4 +15,4 @@ levels: [
|
|||
|
||||
entities: []
|
||||
}
|
||||
]
|
||||
]
|
|
@ -19,8 +19,8 @@ levels: [
|
|||
items: [
|
||||
{
|
||||
id: "key",
|
||||
x: 0,
|
||||
y: 1,
|
||||
x: 1,
|
||||
y: 2,
|
||||
name: "Sleutel",
|
||||
description: "Deze sleutel kan een deur openen",
|
||||
useTimes: 1,
|
||||
|
@ -35,8 +35,8 @@ levels: [
|
|||
entities: [
|
||||
{
|
||||
id: "door",
|
||||
x: 0,
|
||||
y: 3,
|
||||
x: 1,
|
||||
y: 4,
|
||||
name: "Deur",
|
||||
description: "Deze deur kan geopend worden met een sleutel",
|
||||
direction: up,
|
||||
|
@ -48,4 +48,4 @@ levels: [
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -76,4 +76,4 @@ levels: [
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -131,4 +131,4 @@ levels: [
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -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: [
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
Reference in a new issue