Skin layers added

This commit is contained in:
mschiller890
2026-03-13 16:56:27 +01:00
parent 450f0d9ec2
commit 85224c42b7
3 changed files with 54 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ HumanoidModel(float g = 0, float yOffset = 0, int texW = 64, int texH = 32);
void renderHorrible(float time, float r, float bob, float yRot, float xRot, float scale);
void onGraphicsReset();
ModelPart head, /*hair,*/ body, arm0, arm1, leg0, leg1;//, ear;
ModelPart head, hair, body, arm0, arm1, leg0, leg1;//, ear;
bool holdingLeftHand;
bool holdingRightHand;
bool sneaking;