Play Shape is a simple polygon collision tool for PlayBasic game programmers. It's primary use is for defining the hard areas (collision regions) within your images. Once loaded into your program these can be used with vector level sprite collision.
This initial version of the PlayFont is purely for quickly converting windows bitmap (2bit) and windows true type fonts (8bit) into PlayBasic CRF (Compressed Raster Font) format.
The user simply selects a windows font, then it auto converts it into CRF, and shows it in the main display window. You can change the display message by entering your own message in the input box at the bottom. Just so you can check particular characters. At the moment the tool has no low level editing (ie. individual chr widths ) so there's not too much to it.
PlayPackager is a free tool that will assist PlayBasic developers bundle their game (or tools) into a self extracting executable files, for single file distribution. The packaged application will automatically decompress any media and execute upon being launched by the end user (the player). Allowing the end user to simply run the game without needing to install, or unzip/unrar it.
Features:
Custom Exclusion Lists (by Filename, File Type & Folder)