Skip to content

Releases: Rocco-Gossmann/GoWas

v 0.4.0

25 Oct 03:31
Compare
Choose a tag to compare
  • Added support for Keyboard-Inputs
  • Text-Display Updates
Added: TextDisplay.MoveTo - method
Added: TextDisplay.MoveBy - method
Added: TextDisplay.SetAlpha - method

Added: TileMap.MoveTo - method
Added: TileMap.MoveBy - method
Added: TileMap.SetAlpha - method
Added: TileMap.X(), .Y(), .XY()  - getters

v 0.3.1

11 Oct 03:35
Compare
Choose a tag to compare
Fixed: core.MOUSE_BTN2 to -8 were assigned the wrong bits
+ added core.MOUSE_BTN9 to core.MOUSE_BTN32

v 0.3.0

08 Oct 14:58
Compare
Choose a tag to compare

Update to the Engine-Lifecycle parameters + Finished Mouse-Support

- core.Canvas is now available on Scene.Load
- the core.Engine - Parameter for all Scene Functions has been replaced by the core.EngineState - parameter
- EngineState will hold the DeltaTime and MouseState (Will also hold KeyboardState and BrowserState in the Future)

v 0.2.1

07 Oct 03:52
Compare
Choose a tag to compare
  • Removed the need for ZSH to be installed
  • Updated Documentation
  • Cleaner Project-Template
  • Download for Documentation

v 0.2.0

03 Oct 15:28
Compare
Choose a tag to compare
  • Bitmap improvements
  • TileSets and -Maps
  • Ascii Text-Display