Skip to content

shark_sdk_v2.2.0_(stable)

Latest
Compare
Choose a tag to compare
@shogundevel shogundevel released this 04 Jun 09:55
· 4 commits to main since this release

This release changes the old C style for loop of SharkG by a simpler range based for loop.
Before: for x: int = 0, x < y, x++ do
Now: for x to y do
Many things were fixed in the Android, Flash and HTML5 ports of SharkGame.
Enjoy :>