Minor refactor

This commit is contained in:
MihailRis
2023-12-05 14:05:36 +03:00
parent a691526693
commit 2e98aa39d9
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@
const int BLOCK_AIR = 0;
const std::string TEXTURE_NOTFOUND = "notfound";
const std::string BIND_MOVE_FORWARD = "movement.forward";
const std::string BIND_MOVE_BACK = "movement.back";
const std::string BIND_MOVE_LEFT = "movement.left";