-
-
Notifications
You must be signed in to change notification settings - Fork 1
Icon and description
If you have used Cesium before, you might have noticed that some programs have their own icon and description. It is possible to give your programs an icon and description with ICE too! Right after the header with the output name (the first line), put another line, starting with the imaginary i
followed by a 16x16 pixel icon. This icon should begin and end with a " and consist of 256 hexadecimals. You can make an icon with all 14 of the OS colors. Press [VARS]
, [🡐]
to get a list with all the OS colors, and convert the number before the color to a hexadecimal. If you are using SourceCoder3, you can switch the program type to CSE TI-BASIC, and type a ". This will open up a sprite editor. Create a new 16x16 sprite and start editing! This will automatically insert the hexadecimals, so you don't have to do that manually.
If you want to add a description too, add a new line after the icon line, that also starts with the imaginary i
, and then the description, without quotes.
ICE Compiler | Peter Tillema
- Introduction
- Building your first program
- Math and numbers
- Variables
- Standard system commands
- Program flow control
- Pointers
- Graphics
- Sprites
- Tilemaps
- Useful routines