Commit Graph

4 Commits

Author SHA1 Message Date
Robert Jelic
bc018ebcd9 Some smaller fixes
Small fixes to bimg support
2022-10-19 21:48:47 +02:00
Robert Jelic
90895374a0 New features
- Added palette support for base frames
- Finished bimg support: image can now display bimg-animation
- Finished Graphic Object: This object can draw into a bimg table via code
- From now on the default image is bimg
2022-10-16 16:47:12 +02:00
Robert Jelic
7653257a7f New Features
- Bimg images are now stretchable
- Label autosize automatically calculates the height
- added onRelease event
2022-09-30 23:38:28 +02:00
Robert Jelic
ba29ceb3eb Graphic Object update
Reworked the graphic object
The goal is to create a object people can use for drawing stuff while the program is running. It has to be done programatically
- Added bimg lib (simple one) to make it easier for me to work with bimg
- Small bugfix when using mouseclick/mouseup events
2022-09-25 16:59:37 +02:00