Add hand chams

This commit is contained in:
8dcc
2023-07-26 16:34:14 +02:00
parent b5981b1da3
commit 7ad62b0fc4
3 changed files with 28 additions and 6 deletions

View File

@@ -99,6 +99,11 @@ void h_glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a) {
g = 0.07f;
b = 0.27f;
break;
case HANDS:
r = 0.94f;
g = 0.66f;
b = 0.94f;
break;
default:
case NONE:
break;