Falling Entities, better Physics [not final]

This commit is contained in:
Shoghi Cervantes
2013-05-28 22:03:58 +02:00
parent cb03daf28a
commit 58fd67d2ed
8 changed files with 125 additions and 32 deletions

View File

@ -57,6 +57,9 @@ define("ENTITY_OBJECT", 2);
define("ENTITY_ITEM", 3);
define("ENTITY_FALLING", 4);
define("FALLING_SAND", 66);
//TileEntities
define("TILE_SIGN", "Sign");