Advertisement
moomoohk

Grame

Feb 18th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. http://grame-moomoohk.googlecode.com/files/Grame%201.999999.zip
  2. -Redone the Schematic class. Let's for custom Schematics.
  3. -Added the Schematic rotator(Dir d, int amount, Schematic s) to the Schematic class, for all your Schematic rotating needs. Buggy.
  4. -Added MovementAI interface. Let's you write your own custom AIs for Entities.
  5. -Added Dir[] split(Dir d) which will split a diagonal Dir into the two sub Dirs that comprise it to the Dir class.
  6. -Improved Entity AI system SIGNIFICANTLY. They no longer extend the Thread class. Makes for a smoother experience. Behind the scenes stuff mostly.
  7. -Implemented brand new "tick" system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement