Fix rendering issue
This commit is contained in:
parent
f3bce99120
commit
ef784c2dbc
9 changed files with 28 additions and 25 deletions
|
@ -29,8 +29,8 @@ levels: [
|
|||
items: [
|
||||
{
|
||||
id: "sword",
|
||||
x: 2,
|
||||
y: 3,
|
||||
x: 3,
|
||||
y: 4,
|
||||
name: "Zwaard",
|
||||
description: "Meer schade tegen monsters",
|
||||
useTimes: infinite,
|
||||
|
@ -43,8 +43,8 @@ levels: [
|
|||
},
|
||||
{
|
||||
id: "potion",
|
||||
x: 3,
|
||||
y: 1,
|
||||
x: 4,
|
||||
y: 2,
|
||||
name: "Levensbrouwsel",
|
||||
description: "Geeft een aantal levenspunten terug",
|
||||
useTimes: 1,
|
||||
|
@ -60,8 +60,8 @@ levels: [
|
|||
entities: [
|
||||
{
|
||||
id: "devil",
|
||||
x: 4,
|
||||
y: 3,
|
||||
x: 5,
|
||||
y: 4,
|
||||
name: "Duivel",
|
||||
description: "Een monster uit de hel",
|
||||
hp: 50,
|
||||
|
|
|
@ -42,8 +42,8 @@ levels: [
|
|||
items: [
|
||||
{
|
||||
id: "key",
|
||||
x: 0,
|
||||
y: 1,
|
||||
x: 1,
|
||||
y: 2,
|
||||
name: "Sleutel",
|
||||
description: "Deze sleutel kan een deur openen",
|
||||
useTimes: 1,
|
||||
|
@ -58,8 +58,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,
|
||||
|
@ -84,8 +84,8 @@ levels: [
|
|||
items: [
|
||||
{
|
||||
id: "sword",
|
||||
x: 2,
|
||||
y: 3,
|
||||
x: 3,
|
||||
y: 4,
|
||||
name: "Zwaard",
|
||||
description: "Meer schade tegen monsters",
|
||||
useTimes: infinite,
|
||||
|
@ -98,8 +98,8 @@ levels: [
|
|||
},
|
||||
{
|
||||
id: "potion",
|
||||
x: 3,
|
||||
y: 1,
|
||||
x: 4,
|
||||
y: 2,
|
||||
name: "Levensbrouwsel",
|
||||
description: "Geeft een aantal levenspunten terug",
|
||||
useTimes: 1,
|
||||
|
@ -115,8 +115,8 @@ levels: [
|
|||
entities: [
|
||||
{
|
||||
id: "devil",
|
||||
x: 4,
|
||||
y: 3,
|
||||
x: 5,
|
||||
y: 4,
|
||||
name: "Duivel",
|
||||
description: "Een monster uit de hel",
|
||||
hp: 50,
|
||||
|
|
Reference in a new issue