Atomic Ivy MMO - Empty Tile Space VS Void Space

Empty Tile Space -vs- Void Space

www.tinyurl.com/BOMB-PLAYLIST-002




I am making an MMO in JavaScript. Side Scroller Pocket Bomberman On Steroids you could say.

Empty tile space and void space are two different things. Falling into an empty room with no tiles set is safe for the player. Falling into the void will kill the player. We need a grid that can signify the difference between "Empty Tile Space" and "Void Space".

This grid needs to be simplistic as to not fight with the level design and  other graphics that will be built on top of it.

-KanjiCoder


Comments

Popular posts from this blog

Level Isolated Mirroring Brush

Atomic Ivy MMO - GPU Texture Sampling Math Is Wrong

Hooray! Click+Drag! - Atomic Ivy MMO