Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
britzl authored Dec 21, 2021
1 parent beb5230 commit a301ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Or point to the ZIP file of a [specific release](https://github.com/britzl/defol
Getting started with Orthographic is easy:

1. Add `camera.go` to your game.
2. Open `game.project` and make sure to reference `orthographic/render/orthograpic.render` in the `Render` field in the `Bootstrap` section.
2. Open `game.project` and make sure to reference `orthographic/render/orthographic.render` in the `Render` field in the `Bootstrap` section.

Next step is to read read the section on "Camera Configuration" to learn how to change the behavior of the camera.

Expand Down

0 comments on commit a301ec8

Please sign in to comment.