SFML Multiple drawing circles in diferent positions
i’ve been building a game in SFML C++, i created the window, created the main character, who is a green circle. Now i’m creating 5 red circles, they are the enemies. My main idea is create the 5 circles one under the other with 100.f separation, so i use a for loop, and a pos auto incremented 100 in 100 for 5 times.