Releases: JustRedTTG/PGE
Releases · JustRedTTG/PGE
release 1.6.5.3
Legacy update & fix
- Updated colors
- Fixed libraries
- Fixed some spaces
1.6.5.3 Build 001
Added
- Sprites
- Transparency
Syntax for Sprites
- Rows Sprite:
sprite = pe.Sprite(pe.sheet(<File name : str>, <Cell size : tuple>, pe.sheet.rows), <Size : tuple>, <Offset : tuple>, pivot="topleft")
- Columns Sprite:
sprite = pe.Sprite(pe.sheet(<File name : str>, <Cell size : tuple>, pe.sheet.columns), <Size : tuple>, <Offset : tuple>, pivot="topleft")
- Activating stepping animation:
sprite.step = 0.1
- Activating ping - pong:
sprite.pingpong = True
- Display and animate:
sprite.display()
Syntax for Transparency
- Add extra value to color
(R, G, B, A)
- Currently works for: all the drawing functions
release 1.6.5.2
A path bug in tester example was fixed.
release 1.6.5.1
The installer was disabled and separated.
Pytest tests were added.
Pivot was separated.
Colors was separated.
Rect was separated.
Settings was separated.
Values was separated.
Minor example updates.
And other minor bugs fixed.
release 1.6.5
The installer was added.
The tester example and app was added.
Sprite animation was added.
And other minor and major fixes
pre-alpha 1.6.5.3-0.01
Fixed various layer bugs found during testing.
Updated tester example with 3 buttons for layer testing.
release 1.6.4.2
A minor bug was fixed for windows users, thanks to the guy who reported it!
release 1.6.4.1
A minor dependency bug was fixed, thanks to the person who reported it!
release 1.6.4
Added the pong example.
Added sprites.
release 1.6.3
No information is available.