mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
cleanup and fixes
This commit is contained in:
@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
|
||||
|
||||
local core = {}
|
||||
|
||||
core.version = "2.2.1"
|
||||
core.version = "2.2.2"
|
||||
|
||||
core.flasher = flasher
|
||||
core.events = events
|
||||
|
@ -289,7 +289,7 @@ themes.smooth_stone = {
|
||||
}
|
||||
}
|
||||
|
||||
---@class ui_palette
|
||||
---@type ui_palette
|
||||
themes.deepslate = {
|
||||
colors = {
|
||||
{ c = colors.red, hex = 0xeb6a6c },
|
||||
|
Reference in New Issue
Block a user