5 lines
No EOL
129 B
JavaScript
5 lines
No EOL
129 B
JavaScript
document.addEventListener('DOMContentLoaded', function() {
|
|
Game.init(function() {
|
|
Game.setScene(Level("Test Level"));
|
|
});
|
|
}); |