Initial sound code.
This commit is contained in:
parent
0b10b2df67
commit
1153509631
3 changed files with 21 additions and 0 deletions
1
main.lua
1
main.lua
|
@ -1,4 +1,5 @@
|
|||
function _init()
|
||||
init_sound()
|
||||
init_mapgen()
|
||||
init_player({block_size/2, block_size/2})
|
||||
generate_map({0, 0})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue