0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-07-08 01:34:24 +03:00
salet-module/game/init.coffee

8 lines
156 B
CoffeeScript
Raw Normal View History

2016-01-07 13:27:57 +02:00
# This is where you initialize your game.
2016-01-25 18:05:32 +02:00
$(document).ready(() ->
salet.game_id = "your-game-id-here"
salet.game_version = "1.0"
salet.beginGame()
)