You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more examples
Merge pull request #131 from haroldo-ok/more-examples
- Add example on how to create a simple platformer movement;
- Improve the diagonal ball bouncing example.
See #84
Fix collision with itself.
Fixes a bug where using the collision block that was colliding with itself was causing a bBasic compilation error.
Changed so that if the block is configured to check collision with something against itself, it will always return `true`.
Merge pull request #118 from haroldo-ok/fix-collision-with-itself
Fix#116
Fix nested block inside `else`
- This adds required line breaks in the generated `else` code;
- This fixes label generation for the `while` block.
Fix#109
Merge pull request #114 from haroldo-ok/fix-nested-block-inside-else
Merge pull request #108 from haroldo-ok/fix-electron-prompt
Fix bug on Electron where the variable creation dialog wasn't opening when clicking on the "Create variable..." button