add drop.json

This commit is contained in:
MihailRis
2024-06-27 03:09:16 +03:00
parent 8d41f6af11
commit 20ab48ecab
8 changed files with 28 additions and 13 deletions
+2
View File
@@ -2,6 +2,7 @@
#define OBJECTS_ENTITY_DEF_HPP_
#include <string>
#include <glm/glm.hpp>
#include "../typedefs.hpp"
@@ -10,6 +11,7 @@ struct EntityDef {
std::string const name;
std::string scriptName = name.substr(name.find(':')+1);
glm::vec3 hitbox {0.5f};
struct {
entityid_t id;