-
Notifications
You must be signed in to change notification settings - Fork 0
Game Objects
Matthew Isaac Lean edited this page Dec 27, 2015
·
13 revisions
test [test2](#i am more than one word) test3
A game object is an object that exists within the game engine and is necessary for the game to function.
The are two types of game objects:
- World Objects
- Store Objects
World objects are a type of game object that are tangible in the sense that they have a concrete existance in the game world. (Ex.: Player character, bush, coin, etc.)
Used to draw sprites on the screen.
Used to draw rectangles on the screen.