()
| 14 | |
| 15 | // Public functions |
| 16 | export function documentIsReady(): void{ |
| 17 | Keyboard.execute(); // Execute the Kayboard jquery stuff |
| 18 | start(); // Start the game |
| 19 | } |
| 20 | |
| 21 | export function reloadEverythingFromFile(fileContent: string): void{ |
| 22 | // Clear intervals for the current game |