first version with up movement working
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { onMount } from 'svelte';
|
||||
import { initializeGame, updateGame } from './game.js';
|
||||
import { initializeGame, updateGame } from './game/game.js';
|
||||
|
||||
let id; // the div in the HTML
|
||||
|
||||
|
||||
Reference in New Issue
Block a user