SFML community forums

Help => General => Topic started by: DrAdventure on January 31, 2018, 03:26:53 pm

Title: Scale over a time
Post by: DrAdventure on January 31, 2018, 03:26:53 pm
I have a rectangle shape and i want to scale it to a given size based on a given duration. Any ideas?
Title: Re: Scale over a time
Post by: eXpl0it3r on January 31, 2018, 03:34:16 pm
Use a float variable an sf::Clock and do what you want to do. :)