Better player save & load

This commit is contained in:
InfiniteCoder
2024-03-03 00:25:05 +03:00
parent 0157213a56
commit 9376dc4165
6 changed files with 34 additions and 35 deletions
+4
View File
@@ -7,6 +7,10 @@
#include "../interfaces/Object.h"
#include <vector>
const float DEF_PLAYER_Y = 100.0f;
const float DEF_PLAYER_SPEED = 4.0f;
const int DEF_PLAYER_INVENTORY_SIZE = 40;
class Content;
class World;
class Player;