Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 571 Bytes

Haxe externs for Phaser Isometric plug-in (https://github.com/lewster32/phaser-plugin-isometric/)

Differences with the Javascript version

  • game.iso is a method not a property, use game.iso() instead of game.iso
  • game.physics.isoArcade is a method not a property, use game.physics.isoArcade() instead of game.physics.isoArcade

Not supported in this version

  • Static methods of Point3 class

Examples

  • Availables with a FlashDevelop project file.

Download & Set Up

Phaser isometric plug-in on haxelib:

haxelib install phaser-plugin-isometric