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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - czerwonymoskit

Pages: [1]
1
General discussions / Cooperation
« on: September 21, 2022, 12:04:54 pm »
Hey, I was able to make a very nice game in the console. Such a ball manager, but so far it is a match (no training, no buying, etc.). I tried to do it in sfml but it can't do it by itself. the gamer is heavily tested and it works fine. Maybe someone would be eager to finish it somehow?

2
General / SFML 2.0 move the mouse and refresh window
« on: September 20, 2022, 09:47:49 am »
I have two problems:
First. the program refreshes the screen only when I move the mouse, while when I do not move it, it stands still and does not display any messages.

Second. I have several text lines set up in exactly the same x, y position. Only at the end of the program do I have the application windowApplication.display () ;. Then these texts are displayed on top of each other. How to do this to eliminate this problem of text overlapping.

3
Graphics / Re: SFML 2.0 Class Text without outline
« on: August 12, 2022, 02:12:50 pm »
Now, in the middle of the project, I don't want to change the version. I followed your advice and looped 8 times - it works. I have an outline... thanks
 :)

4
Graphics / SFML 2.0 Class Text without outline
« on: August 11, 2022, 08:51:40 am »
How to set an outline for text in sfml 2.0? I don't see such a method in the documentation? setOutline?

Pages: [1]