1 parent f974331 commit d1a4a07Copy full SHA for d1a4a07
3 files changed
game/game-screen.ts
@@ -10,8 +10,8 @@ import { Field } from "./field.ts"
10
import { Actor } from "../model/actor.ts"
11
12
// The starting position of the main character
13
-const I = 32
14
-const J = 36
+const I = -131
+const J = 183
15
16
/**
17
* The area which is visible to the user
0 commit comments