All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyGame.GameGlobal.LayerMapping Class Reference

Layers used in plyGame More...

Public Attributes

const int Floor = 8
 Floor (Floor/ Terrain/ Ground that the characters move on)
 
const int Wall = 9
 Wall (Obstacles)
 
const int Player = 18
 Player (player character)
 
const int NPC = 19
 NPC (non-player character)
 
const int plyObject = 20
 plyObject (Object that can be targeted and interacted with)
 
const int plyItem = 21
 plyItem (Item that can be picked up and used)
 
const int plyTrigger = 22
 plyTrigger (Area Trigger)
 

Detailed Description

Layers used in plyGame