change selmode icons to use text layers (todo: generate a better font for these)

This commit is contained in:
AJ Kelly
2010-08-15 13:31:33 -05:00
parent ccd2b4ae6d
commit 0de703fb45
8 changed files with 38 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
ModeIconColors = {
Normal = color("#FFEE00"), -- yellow
Rave = color("#4400CC"), -- purple
Extended = color("#00CCFF"), -- cyan
Oni = color("#CC00FF"), -- redder purple
Endless = color("#444488"), -- steel
}