|
|
Information
As well as being able to edit the actual text of the program, ethosBASIC also contains a varied set of data viewers to allow you to examine and modify the graphics and other data elements without the need for other 3rd party programs.
The example shown here is of the Sprite Viewer which helps you check graphics within your game, modify its "Hotspot" that acts as the place the sprite is drawn from, you can retrieve information on the dimensions and storage size of your images.
All the data viewers are actually ethosBASIC programs, so if you want to modify the way they work or add a new feature, you can do so from within the editor itself using the easy to use BASIC language.
|