Skip to content

Commit d1a4a07

Browse files
committed
chore: try a tutorial area
1 parent f974331 commit d1a4a07

3 files changed

Lines changed: 373 additions & 858 deletions

File tree

game/game-screen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { Field } from "./field.ts"
1010
import { Actor } from "../model/actor.ts"
1111

1212
// The starting position of the main character
13-
const I = 32
14-
const J = 36
13+
const I = -131
14+
const J = 183
1515

1616
/**
1717
* The area which is visible to the user

0 commit comments

Comments
 (0)