You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- new requirement: SDL2_ttf (for font support, so handling text is easier for me =))
- Game now contains energy ('p' to regenerate energy, because its still beta)
- changed SDL_Init(SDL_INIT_VIDEO) to SDL_Init(SDL_INIT_EVERYTHING), Its for the text... I think.
- Now SDL_RenderDrawBlendMode for renderer is ON (SDL_BLENDMODE_BLEND), according to someone who helped me, its required
Signed-off-by: Hanuko33 <piotr.a.danecki@gmail.com>
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
This is a game made with sdl2 and c++
4
4
it has (almost) infinite worlds, with 3 types of terrain, stone ground, dirt ground, and tree. In the future there will be propobly a lot more!
5
5
6
+
### This project uses nerd-font: https://github.com/ryanoasis/nerd-fonts
7
+
6
8
### IMPORTANT: New update with dungeons, could get you stuck. I have idea for next update, where dungeons have more sense and can's get you stuck (propobly), if you have any world you are proud of, you should download this version in other directory and play there! Also, dungeons WON'T appear on old chunks.
0 commit comments