Skip to content

Commit

Permalink
cave (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
renbinden authored Jan 9, 2025
1 parent 610a61e commit e0dba7f
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 0 deletions.
Binary file added cave/background_grid_square.8a73d767.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/cave_exit.befeb072.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions cave/cave_tiles.42d29654.tsj
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{ "columns":0,
"grid":
{
"height":1,
"orientation":"orthogonal",
"width":1
},
"margin":0,
"name":"cave_tiles",
"spacing":0,
"tilecount":1,
"tiledversion":"1.11.0",
"tileheight":32,
"tiles":[
{
"id":0,
"image":"..\/images\/background_grid_square.png",
"imageheight":32,
"imagewidth":32
}],
"tilewidth":32,
"type":"tileset",
"version":"1.10"
}
Binary file added cave/fireball.a10aa760.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions cave/index.4c4c6a0a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cave/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +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.4c4c6a0a.js"></script> </body></html>
153 changes: 153 additions & 0 deletions cave/map.7a7794c5.tmj
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
{ "compressionlevel":-1,
"height":64,
"infinite":false,
"layers":[
{
"compression":"zlib",
"data":"eJztw0ENAAAMA6Grf9OTsQ8krJqqqqqqqqqqqqqqqqqqqqr6+gB+ABAB",
"encoding":"base64",
"height":64,
"id":1,
"name":"tiles",
"opacity":1,
"properties":[
{
"name":"zIndex",
"type":"int",
"value":-1
}],
"type":"tilelayer",
"visible":true,
"width":64,
"x":0,
"y":0
},
{
"draworder":"topdown",
"id":3,
"name":"objects",
"objects":[
{
"height":64,
"id":1,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Garbage\/cookie.html"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":320,
"y":320
},
{
"height":64,
"id":2,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Garbage\/theTruth.html"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":1280,
"y":640
},
{
"height":64,
"id":3,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Garbage\/damnation\/"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":960,
"y":1280
},
{
"height":64,
"id":4,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Garbage\/sludge.html"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":192,
"y":1504
},
{
"height":64,
"id":5,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Scrumblus"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":1600,
"y":1600
},
{
"height":64,
"id":6,
"name":"",
"properties":[
{
"name":"destination",
"type":"string",
"value":"\/TunnelsOfGlembo\/Garbage\/procrastination.html"
}],
"rotation":0,
"type":"exit",
"visible":true,
"width":64,
"x":960,
"y":320
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
}],
"nextlayerid":4,
"nextobjectid":7,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
"tileheight":32,
"tilesets":[
{
"firstgid":1,
"source":"cave_tiles.tsj"
}],
"tilewidth":32,
"type":"map",
"version":"1.10",
"width":64
}
Binary file added cave/player.9bdfc9d8.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 e0dba7f

Please sign in to comment.