Skip to content

Releases: Siliver4/ArgalisMap_Editor

1.0.0

22 Nov 21:45
b85097b
Compare
Choose a tag to compare

Work done :

  • The user can now create a new map from the menu
    • selecting the line and column number
  • The user can now save his work to an '.argalis', '.png', '.gif', '.jpg', '.jpeg' file from the menu
  • The user can now load a saved map from an '.argalis' file from the menu
  • The user can now load a tileSet from the menu
    • selecting the tiles width and height of this file ( manually only, if someone knows how to detect the width and height of a tile in an image, please let me know 👍 )

Bug known :

  • If the user select a too large amount of line / column when creating a new map, an exception occurs, from the canvas which cant handle it.

0.0.71

16 Nov 10:17
86d00cb
Compare
Choose a tag to compare
  • First use of CHANGELOG.md for me
  • Learning how it can be used from here

0.0.7

16 Nov 10:15
86d00cb
Compare
Choose a tag to compare

Intial IHM and skeleton code