JetCraft Beta version 0.5.4 has been released!Head over to the
beta page to download it.
What's new in 0.5.4:
• Game: - Banks will now be generated even though the user didn't save any custom level.
• Editor: - Improved interface graphics.
- Fixed an issue where importing code into the currently opened script wouldn't update the interface.
- Fixed an issue where the undo history didn't reset when opening the editor.
- Fixed an issue where a lot of editor messages could cause a class instance overflow.
• JetScript: - Scripts can now be rearranged.
-
TileGetMaxRows() and
TileGetMaxCollumns() are now constants.
- Added a
resize keyword for arrays.
• New functions: -
void PlayerModelDisplay(bool DoDisplay) -
void GameShowInterface(bool Show) -
const fixed MapBoundMinX() -
const fixed MapBoundMinY() -
const fixed MapBoundMaxX() -
const fixed MapBoundMaxY() -
bool PointIsInsideMapBounds(fixed X, fixed Y)