Skip to content

Game Objects

Matthew Isaac Lean edited this page Dec 27, 2015 · 13 revisions

What is a game object?

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

What is a world object?

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.)

World Object Types

sprite

Used to draw sprites on the screen.

rect

Used to draw rectangles on the screen.

Clone this wiki locally