Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Get and Set 0.0.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@Torbuntu Torbuntu released this 19 Jul 22:03
· 163 commits to master since this release
  • Added getPixels(name). Returns an array list of all colors in a given texture image (in the Art directory)

  • Added getPixel(name, x, y). Same as the current getPixel(x, y) except it works from a given texture in the Art directory instead of the whole screen.

  • Fixing drawCircle command. On smaller circle sizes the right side got really wonky.

  • Updated the windows Leikr.bat launcher to use system java version instead of a (no longer) bundled JRE.

  • Added get command to get a program's property value by name.

  • Added set command to set the property of a program's given property by name.

  • Added compile command to compile a program from the terminal. This compiles the program's "Code" directory into the correct "Compiled" sub directory, allowing a game to be run from the compiled class files (if set to use_compiled)

  • When running ls without a directory name, projects with compiled sources will show an asterisk. These should start up much quicker (again, if use_compiled is true in the program.properties).

Note:

I am working on adding an aarch64 version, but this might come later. The benefit of this is to run it on PinePhone, Pinebook Pro and other aarch64 compatible linux operating systems.