Skip to content

Version 0.3.4 20190731

Spike edited this page Jul 31, 2019 · 3 revisions

Download

PowerHeroes - 0.3.4

Changelog

Fixes:

  • Fixed a bug that prevented map saving / loading when generating MMAP

Changes:

  • Most graphics are internally now referenced with *.bitmap rather than just any index in an array, allowing me to either reference the image or graphics for better manipulation

Addition:

  • There now is an army array and base functions for drawing and adding armies are implemented
  • Base buttons for army management are now correctly added, still need functionality
  • It's now possible to change the tiles-per-scroll amount (1 to 5)
  • It's now possible to freely scale the window (0 < scale < n), - and + still try to set the size to the next integer size ( 1 <= scale <= 3). If you hit + with a current scale of 1.99, the window size will be set to 2 (perfect pixels), if you hit - at the same scale, the size will be set to 1 (perfect pixels)
Clone this wiki locally