add hit "animation"
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
struct Model {
|
||||
GL::VertexArray* vao;
|
||||
Vec2f positon;
|
||||
Vec3f color = { 1, 1, 1 };
|
||||
};
|
||||
private:
|
||||
std::unique_ptr<shader::WorldShader> m_WorldShader;
|
||||
|
||||
Reference in New Issue
Block a user