feat: players interpolation & add hud.set_allow_pause(...)
This commit is contained in:
@@ -170,6 +170,10 @@ public:
|
||||
registry.get<EntityId>(entity).player = id;
|
||||
}
|
||||
|
||||
void setInterpolatedPosition(const glm::vec3& position);
|
||||
|
||||
glm::vec3 getInterpolatedPosition() const;
|
||||
|
||||
void destroy();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user