Increse Sun resulution

This commit is contained in:
Nikola Petrov 2024-08-15 16:26:33 +02:00
parent 53444955ad
commit bd31e1058d

View File

@ -9,7 +9,7 @@ public:
void deinit();
void draw(float x, float y, float size);
private:
const int sizeTexute = 100;
const int sizeTexute = 250;
RenderTexture2D target = { 0 };
Shader shader = { 0 };