Skip to content

Releases: JustRedTTG/PGE

release 1.6.5.3

29 Jan 15:22
Compare
Choose a tag to compare

Legacy update & fix

  • Updated colors
  • Fixed libraries
  • Fixed some spaces

1.6.5.3 Build 001

27 Aug 10:23
Compare
Choose a tag to compare
1.6.5.3 Build 001 Pre-release
Pre-release

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

18 Dec 09:51
Compare
Choose a tag to compare

A path bug in tester example was fixed.

release 1.6.5.1

18 Dec 09:49
Compare
Choose a tag to compare

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

18 Dec 09:43
Compare
Choose a tag to compare

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

18 Dec 09:56
Compare
Choose a tag to compare
Pre-release

Fixed various layer bugs found during testing.
Updated tester example with 3 buttons for layer testing.

release 1.6.4.2

18 Dec 09:40
Compare
Choose a tag to compare

A minor bug was fixed for windows users, thanks to the guy who reported it!

release 1.6.4.1

18 Dec 09:38
Compare
Choose a tag to compare

A minor dependency bug was fixed, thanks to the person who reported it!

release 1.6.4

18 Dec 09:34
Compare
Choose a tag to compare

Added the pong example.
Added sprites.

release 1.6.3

18 Dec 09:29
Compare
Choose a tag to compare

No information is available.