Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
aJamDonut committed Aug 8, 2024
1 parent 4abc7b3 commit 18b25c8
Show file tree
Hide file tree
Showing 104 changed files with 14,375 additions and 0 deletions.
78 changes: 78 additions & 0 deletions arcadebuilder-small.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions arcadebuilder-supertiny.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions arcadebuilder-tiny.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions arcadebuilder.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arcadebuilder/atlas.json

Large diffs are not rendered by default.

Binary file added arcadebuilder/audio/blonk.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/coinspin.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/crank.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/creak.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/denied.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/ding.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/goodding.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/hallknock.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/hammer.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/highlazer.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/long/hotel_room.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/long/menu.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/lose.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/munch.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/ratchet.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/retroending.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/rollkaching.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/shortlazer.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/slot.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/spend.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/superwin.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/tack.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/takeoff.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/toggle.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/turnon.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/tweets.mp3
Binary file not shown.
Binary file added arcadebuilder/audio/win.mp3
Binary file not shown.
343 changes: 343 additions & 0 deletions arcadebuilder/css/css.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,343 @@
.game.tileset {background: url('../png/tileset.png');} .game.ui {background: url('../png/gui.png'); } .game.furni {background: url('../png/furni.png'); } .game.tileset, .game.furni, .game.ui {float: left;margin: 10px;display: block;} .game.flooring {background: url('../png/tileset.png');float: left;margin: 10px;display: block;}
.game.furni.dismantle {
background-position: calc(-64px*30) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.changemachine {
background-position: calc(-64px*4) calc(-64px*0);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.sunwars {
background-position: calc(-64px*0) calc(-64px*12);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.fireball {
background-position: calc(-64px*0) calc(-64px*14);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.twinklezone {
background-position: calc(-64px*0) calc(-64px*16);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.bears {
background-position: calc(-64px*8) calc(-64px*17);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.jupiter {
background-position: calc(-64px*4) calc(-64px*15);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.piccolo {
background-position: calc(-64px*4) calc(-64px*17);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.oldgray {
background-position: calc(-64px*4) calc(-64px*19);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.unicorns {
background-position: calc(-64px*8) calc(-64px*19);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.monkeykong {
background-position: calc(-64px*0) calc(-64px*22);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.pacboy {
background-position: calc(-64px*0) calc(-64px*24);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.marleno {
background-position: calc(-64px*4) calc(-64px*28);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.froggy {
background-position: calc(-64px*0) calc(-64px*26);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.residentx {
background-position: calc(-64px*4) calc(-64px*22);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.kiterider {
background-position: calc(-64px*4) calc(-64px*24);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.army {
background-position: calc(-64px*4) calc(-64px*26);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.dismantle {
background-position: calc(-64px*30) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.pooltable {
background-position: calc(-64px*19) calc(-64px*1);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.airhockey {
background-position: calc(-64px*21) calc(-64px*1);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.tabletennis {
background-position: calc(-64px*19) calc(-64px*3);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.tablefootball {
background-position: calc(-64px*21) calc(-64px*3);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.attackattack {
background-position: calc(-64px*34) calc(-64px*0);
width: 64px;
height: 64px;
/* blocks: 6 */
}
.game.furni.sunwars2 {
background-position: calc(-64px*34) calc(-64px*0);
width: 64px;
height: 64px;
/* blocks: 6 */
}
.game.furni.bearland {
background-position: calc(-64px*34) calc(-64px*0);
width: 64px;
height: 64px;
/* blocks: 6 */
}
.game.furni.cinemaseat {
background-position: calc(-64px*8) calc(-64px*24);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.cinemaspeaker {
background-position: calc(-64px*8) calc(-64px*25);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.smallpower {
background-position: calc(-64px*4) calc(-64px*7);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.toilet {
background-position: calc(-64px*0) calc(-64px*6);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.sink {
background-position: calc(-64px*4) calc(-64px*10);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.watertank {
background-position: calc(-64px*4) calc(-64px*11);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.snackmachine {
background-position: calc(-64px*0) calc(-64px*10);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.filingcabinet {
background-position: calc(-64px*4) calc(-64px*2);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.officedesk {
background-position: calc(-64px*4) calc(-64px*4);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.officechair {
background-position: calc(-64px*4) calc(-64px*21);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.bin {
background-position: calc(-64px*4) calc(-64px*6);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.researchchair {
background-position: calc(-64px*8) calc(-64px*21);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.furni.chalkboard {
background-position: calc(-64px*21) calc(-64px*5);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.sodamachine {
background-position: calc(-64px*0) calc(-64px*8);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.atm {
background-position: calc(-64px*8) calc(-64px*2);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.researchdesk {
background-position: calc(-64px*8) calc(-64px*4);
width: 64px;
height: 128px;
/* blocks: 2 */
}
.game.furni.bigpower {
background-position: calc(-64px*19) calc(-64px*5);
width: 128px;
height: 128px;
/* blocks: 5 */
}
.game.furni.fizzmachine {
background-position: calc(-64px*8) calc(-64px*6);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.advancedresearch {
background-position: calc(-64px*4) calc(-64px*8);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.furni.munchmachine {
background-position: calc(-64px*8) calc(-64px*8);
width: 64px;
height: 128px;
/* blocks: 4 */
}
.game.ui.os {
background-position: calc(-64px*25) calc(-64px*0);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.build {
background-position: calc(-64px*17) calc(-64px*2);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.suppliers {
background-position: calc(-64px*18) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.research {
background-position: calc(-64px*18) calc(-64px*4);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.managerjobs {
background-position: calc(-64px*19) calc(-64px*4);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.thoughts {
background-position: calc(-64px*23) calc(-64px*8);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.rotate {
background-position: calc(-64px*17) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.pindown {
background-position: calc(-64px*23) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.pinup {
background-position: calc(-64px*24) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.hire {
background-position: calc(-64px*20) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.cash {
background-position: calc(-64px*25) calc(-64px*8);
width: 64px;
height: 64px;
/* blocks: 1 */
}
.game.ui.escmenu {
background-position: calc(-64px*19) calc(-64px*3);
width: 64px;
height: 64px;
/* blocks: 1 */
}
Loading

0 comments on commit 18b25c8

Please sign in to comment.