Results 1 to 10 of 32

Thread: MinGRo game engine

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Backing to topic.

    I've just finished the new animation module. I took more time and effort than expected because initially I planned to add animations as part of the sprite engine as I did with the tile engine (any tile may be animated), but just when I started the implementation of the sprites part I saw it would be better to do not do so. As I've said the tile engine is different: the animation module is part of the tileset. After doing some testing with the tilemap example I think I took the correct decision.

    But after that I see the current "definition file" I implemented hasn't a good design, so I'll remove the current procedures and implement a simple scripting system. The engine will not require to use it so a different scripting engine can be used instead.

    Tello said I'm at 70% of the alpha version.
    Last edited by Ñuño Martínez; 30-05-2017 at 05:45 PM.
    No signature provided yet.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •