Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
88 lines (52 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

88 lines (52 loc) · 1.48 KB

Changelog

0.6.6

  • Add options to Game constructor for stage pixelation and alpha

0.6.5

  • Add Game.fadeIn and Game.fadeOut
  • ⬆️ @mousepox/math

0.6.4

  • Ensure whole pixel coordinates for translation and drawing
  • Disable alpha on 2D canvas context

0.6.3

  • Add TileMap
  • Change fillStyle parameter of the Box constructor to be optional

0.6.2

  • Add Game.loadSpriteFont

0.6.1

  • Improve canvas scaling in Safari

0.6.0

  • Add Scene.activate method
  • Add Box.clip property
  • Use howler.js for audio
  • 🔥 Remove unused CLI code/assets/deps

0.5.2

  • 🐛 Floor Box rendering coordinates

0.5.1

  • Add CSS class name to Surface canvas element
  • ⬆️ Update dependencies

0.5.0

  • Add SoundCache
  • Add Keyboard.onFirstInteract event
  • Add Keyboard.suppress method

0.4.2

  • 🐛 Fix image-rendering CSS property on pixelated Surface objects

0.4.1

  • Add SpriteText.width property

0.4.0

  • Add SpriteText
  • 💥 Remove Grid

0.3.0

  • Add ActionQueue

0.2.2

  • Add Actor.drawOrder
  • Fix bug in Actor.disposeChildren()

0.2.1

  • Add optional frames parameter to Keyboard.getKeyState

0.2.0

  • Add Keyboard and DataCache to Game/Scene
  • Add SpriteGrid.width and SpriteGrid.height
  • Allow SpriteGrid.grid to be undefined
  • Add Grid.resize and Grid.forEachInRect
  • Add Actor.dispose and Actor.disposeChildren

0.1.0

  • 🚀 Initial version