Releases: Rocco-Gossmann/GoWas
Releases · Rocco-Gossmann/GoWas
v 0.4.0
- 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
Fixed: core.MOUSE_BTN2 to -8 were assigned the wrong bits
+ added core.MOUSE_BTN9 to core.MOUSE_BTN32
v 0.3.0
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
- Removed the need for ZSH to be installed
- Updated Documentation
- Cleaner Project-Template
- Download for Documentation
v 0.2.0
- Bitmap improvements
- TileSets and -Maps
- Ascii Text-Display