Gave up on editor

This commit is contained in:
2025-09-15 09:53:34 -05:00
parent cafeda4368
commit 07ab2b4b02
4 changed files with 22 additions and 7 deletions

View File

@@ -28,10 +28,7 @@ void quadInit();
* @param minY The minimum Y coordinate of the quad.
* @param maxX The maximum X coordinate of the quad.
* @param maxY The maximum Y coordinate of the quad.
* @param r The red color component (0-255).
* @param g The green color component (0-255).
* @param b The blue color component (0-255).
* @param a The alpha color component (0-255).
* @param color The color of the quad.
* @param u0 The U texture coordinate for the first vertex.
* @param v0 The V texture coordinate for the first vertex.
* @param u1 The U texture coordinate for the second vertex.