Added text shadow, block indicator outline

This commit is contained in:
MihailRis
2022-06-29 14:55:02 +03:00
committed by GitHub
parent 88c1695903
commit 81d246f3d0
5 changed files with 46 additions and 12 deletions
+3
View File
@@ -4,6 +4,8 @@
#include <stdlib.h>
#include <glm/glm.hpp>
using namespace glm;
class Mesh;
class Texture;
@@ -27,6 +29,7 @@ public:
void begin();
void texture(Texture* texture);
void sprite(float x, float y, float w, float h, int atlasRes, int index, vec4 tint);
void rect(float x, float y, float w, float h);
void rect(float x, float y, float w, float h,
float u, float v, float tx, float ty,