1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-07 09:14:24 +03:00
salet/game/init.coffee

7 lines
192 B
CoffeeScript

# This is where you initialize your game.
# All code in this file comes last, so the game is almost ready by this point.
undum.game.init = (character, system) ->
window.onload = undum.begin