Change Kati's dress to white

This commit is contained in:
Stefan Lohmaier
2026-08-14 12:50:48 +02:00
parent e8fee223b1
commit 9262e8ae62
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ HAIR = (230, 200, 90)
HAIR_DARK = (200, 170, 70)
SKIN = (240, 210, 190)
SKIN_DARK = (215, 185, 165)
DRESS = (200, 60, 90)
DRESS_DARK = (165, 45, 70)
DRESS = (235, 235, 235)
DRESS_DARK = (200, 200, 200)
BLACK = (20, 20, 20)
WHITE = (240, 240, 240)
GRAY = (120, 125, 130)