mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-08 06:31:14 +02:00
20 lines
292 B
Lua
20 lines
292 B
Lua
---@meta
|
|
|
|
---@alias colors
|
|
--- | 0 # white
|
|
--- | 1 # orange
|
|
--- | 2 # magenta
|
|
--- | 3 # lightblue
|
|
--- | 4 # yellow
|
|
--- | 5 # lime
|
|
--- | 6 # pink
|
|
--- | 7 # gray
|
|
--- | 8 # silver
|
|
--- | 9 # cyan
|
|
--- | 10 # purple
|
|
--- | 11 # blue
|
|
--- | 12 # brown
|
|
--- | 13 # green
|
|
--- | 14 # red
|
|
--- | 15 # black
|