Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arcengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The base class for ARCEngine games that manages levels and camera.
from arcengine import ARCBaseGame, Level, Camera

# Create a game with levels and optional custom camera
game = ARCBaseGame(game_id="my_gane", levels=[level1, level2], camera=camera) # camera is optional
game = ARCBaseGame(game_id="my_game", levels=[level1, level2], camera=camera) # camera is optional
```

#### Properties
Expand Down Expand Up @@ -546,4 +546,4 @@ Note: by default these tools will run automatically before `git commit`. It's al

## License

TBD - Currently for Internal Use Only.
TBD - Currently for Internal Use Only.