Skip to content

Commit

Permalink
Add monster spawners to cave
Browse files Browse the repository at this point in the history
  • Loading branch information
renbinden committed Jan 19, 2025
1 parent b8cc18a commit 8c160ce
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cave/index.a4711e48.js → cave/index.65e611a9.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cave/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>cave</title><style>body{background-color:#111;margin:0}canvas{margin-left:auto;margin-right:auto;display:block}</style></head><body> <script type="module" src="index.a4711e48.js"></script> </body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>cave</title><style>body{background-color:#111;margin:0}canvas{margin-left:auto;margin-right:auto;display:block}</style></head><body> <script type="module" src="index.65e611a9.js"></script> </body></html>
68 changes: 67 additions & 1 deletion cave/map.2d7d9654.tmj → cave/map.d8b3219f.tmj
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,72 @@
"width":64,
"x":960,
"y":320
},
{
"height":32,
"id":7,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":544,
"y":448
},
{
"height":32,
"id":8,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":864,
"y":448
},
{
"height":32,
"id":9,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":1184,
"y":800
},
{
"height":32,
"id":10,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":1056,
"y":1408
},
{
"height":32,
"id":11,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":1504,
"y":1728
},
{
"height":32,
"id":12,
"name":"",
"rotation":0,
"type":"spawner",
"visible":true,
"width":32,
"x":288,
"y":1376
}],
"opacity":1,
"type":"objectgroup",
Expand All @@ -136,7 +202,7 @@
"y":0
}],
"nextlayerid":4,
"nextobjectid":7,
"nextobjectid":13,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
Expand Down
Binary file added cave/monster.0864d166.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cave/spawner.cdd5e3da.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c160ce

Please sign in to comment.