词典升级,等待英文部分跟进

This commit is contained in:
MrZ626
2021-01-23 17:59:09 +08:00
parent 4fd21ba834
commit 768c608a02
3 changed files with 370 additions and 343 deletions

View File

@@ -154,11 +154,13 @@ function scene.update(dt)
end
local typeColor={
help=COLOR.lGrey,
help=COLOR.yellow,
other=COLOR.lOrange,
game=COLOR.lCyan,
term=COLOR.lRed,
english=COLOR.green,
setup=COLOR.lYellow,
pattern=COLOR.lGrass,
english=COLOR.blue,
name=COLOR.lPurple,
}
function scene.draw()