prog8/compiler
Irmen de Jong b36e1e3baf change sprite.hide() : now disables sprite instead of moving it offscreen.
added sprite.show() to re-enable it (with z-order 3, as all sprites have by default in this module)
added sprite.zdepth() to set a custom z-depth.
2024-09-01 20:55:43 +02:00
..
res change sprite.hide() : now disables sprite instead of moving it offscreen. 2024-09-01 20:55:43 +02:00
src/prog8 removed the -nostrictbool compiler option 2024-09-01 20:53:39 +02:00
test remove requirement to end subroutine with an EOL, so oneliners are now possible 2024-09-01 20:55:43 +02:00
build.gradle update kotlin and antlr libs 2024-08-19 12:47:18 +02:00
compiler.iml