Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Animated Tile with Tiled Editor and SFML  (Read 1417 times)

0 Members and 1 Guest are viewing this topic.

OualidH38

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • Email
Animated Tile with Tiled Editor and SFML
« on: March 17, 2016, 07:44:47 pm »
Hi everyone,

I have a little question about animated tiles in Tiled Editor and SFML. I'm using this parser : https://github.com/fallahn/sfml-tmxloader

I was wondering if there is a way to handle animated tiles as follow:
https://youtu.be/ZwaomOYGuYo?t=15m19s

Because when I add an animation, it is not shown as animated, so I guess it is not handle by the parser.

Any idea?

Thank you in advance  ;D

OualidH38

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • Email
Re: Animated Tile with Tiled Editor and SFML
« Reply #1 on: March 23, 2016, 09:05:28 am »
Hi,

I've found this link talking about my issue: https://github.com/fallahn/sfml-tmxloader/issues/6

Unfortunately I've not found in which way Tiled add properties to an animated tile and how to get that property using the parser.

Do you have any idea?