Skip to content

Releases: robogeek42/agon_basic_mycode

Sprite Editor v0.14

19 Nov 16:11
Compare
Choose a tag to compare
Sprite Editor v0.14 Pre-release
Pre-release

Add Init file "sped.ini"
Configure 8x8 or 16x16 sprite editing
Load and save 3 file formats (RGB888, RGB8888, RGBA2222)
Extensions can be configured
Multiple sprites are save from number 1 (to match bitmap numbering on screen)
Allow Joystick mode to be configured off
Sprites can be looped or ping-ponged and delay changed
Various fixes.

Sprite Editor v0.13

16 Nov 18:32
Compare
Choose a tag to compare
Sprite Editor v0.13 Pre-release
Pre-release

Added ability to export to a series of BASIC DATA statements.
Can export multitple bitmaps in various pixel formats.

Merged the "exportdata" branch.

  • sped.bas is the original file.
  • sped013.bbc is the tokenised version - for fast loading.
  • sped_reformat.bas was saved from BASIC and has indentation etc.