-
Notifications
You must be signed in to change notification settings - Fork 0
Home
James McNair edited this page Apr 14, 2019
·
4 revisions
This wiki is used to describe how to add certain features to the code.
The game is comprised of several types of object:
- Objects, used for more custom objects with varying rending methods.
- Interactables, used for more basic components of the game with basic rendering methods.
- Backgrounds, used for well, backgrounds
Sprites, Used for things which are controlled or need updating regularly.