Skip to content

Commit

Permalink
Add option for texture atlases (off by default). Closes GH-19
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Dec 12, 2013
1 parent 2d6a160 commit 3e97254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = () ->
game = createGame {
#generate: voxel.generator['Valley']
#generateVoxelChunk: terrain {chunkSize: 32, chunkDistance: 2, seed: 42}
useAtlas: false
generateChunks: false
chunkDistance: 2
materials: [] # added dynamically later
Expand Down

0 comments on commit 3e97254

Please sign in to comment.