Skip to content

Releases: e-mobadara/moblib

Fixing dragging bug

20 Jun 18:45
Compare
Choose a tag to compare
  • Fixed a dragging bug. Static sprites should not be dragged.

v1.2.6

21 Apr 12:38
Compare
Choose a tag to compare

What's new :

  • Hot fix: Optimization of the drawablaImage Thanks to Anass Bairouk.

v1.2.5

15 Apr 17:00
Compare
Choose a tag to compare

What's new:

  • New components: DrawableImage
  • Undocumented Code
  • Untested Components

v1.2.4

15 Apr 16:44
Compare
Choose a tag to compare

what's new:

  • Fixed the bug of a concurrent modification exception that was in the implementation of the Screen.dispose method

v1.2.3

05 Apr 18:03
Compare
Choose a tag to compare

What's new:

  • You can remove sprites by using removeSprite(s) in your Screen
  • You can initialize your images with a default Format in your graphics object,
public Image newImage(int id,Resources res)

v1.2.2

28 Mar 14:37
Compare
Choose a tag to compare

What's new:

  • Added Setters to change the width and height of a sprite's Image.

v1.2.1

27 Mar 03:51
Compare
Choose a tag to compare

What's new:

  • Sprites dont need a game object anymore in their constructor
  • Almost all the classes have JavaDoc and explanation of what their methods do inside them
  • You dont have to specify permissions anymore in your app manifest, it is in the library by default

Fixed sprites bugs

14 Mar 19:18
Compare
Choose a tag to compare

Sprites now respect the order they were put into

v1.1

04 Mar 12:49
9a61173
Compare
Choose a tag to compare

Fixed typos.

v1.0

26 Feb 13:11
4ff2756
Compare
Choose a tag to compare
Update README.md