Releases: haroldo-ok/vcs-game-maker
Releases · haroldo-ok/vcs-game-maker
Fix bug where sprite edits where being lost
What's Changed
- Fix bug where sprite edits where being lost by @haroldo-ok in #140
Full Changelog: v0.32.0...v0.32.1
Allow changing player sprite height.
What's Changed
- Allow changing player sprite height. by @haroldo-ok in #139
Full Changelog: v0.31.1...v0.32.0
Fix `saveAs()` import so that it works on the packaged build.
What's Changed
- Fix
saveAs()
import so that it works on the packaged build. by @haroldo-ok in #138
Full Changelog: v0.31.0...v0.31.1
Export generated bBasic source code
What's Changed
- Export generated bBasic source code by @haroldo-ok in #137
Full Changelog: v0.30.0...v0.31.0
Add a title screen example
What's Changed
- Add a title screen to the examples by @haroldo-ok in #134
Full Changelog: v0.29.0...v0.30.0
Add more examples
What's Changed
- Add more examples by @haroldo-ok in #131
- Add example on how to create a simple platformer movement;
- Improve the diagonal ball bouncing example.
Full Changelog: v0.28.0...v0.29.0
Allow setting ball width.
Create blocks to execute code every few frames.
What's Changed
- Create blocks to execute code every n frames. by @haroldo-ok in #127
- Created block to execute code on even / odd frames;
- Created block to execute code every n frames;
- Updated diagonal bouncing ball example to use the new blocks.
Full Changelog: v0.26.0...v0.27.0
Create examples on how to select the next background and how to bounce a ball.
Pre-release
What's Changed
- Add an example on how to select the next background. by @haroldo-ok in #125
- Add example on how to bounce a ball by @haroldo-ok in #126
Full Changelog: v0.25.6...v0.26.0
Fix code generation for the `while`/`until` block.
What's Changed
- Fix code generation for
while
/until
block. by @haroldo-ok in #120
Full Changelog: v0.25.5...v0.25.6