mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
// comment
|
|
/*
|
|
mju,fjeqowfjqewiofjqe
|
|
*/
|
|
component Kernel
|
|
lines: 0..255
|
|
bgcolor: 0..255
|
|
end
|
|
|
|
component Bitmap
|
|
data: array of 0..255
|
|
end
|
|
|
|
component HasBitmap
|
|
bitmap: [Bitmap]
|
|
end
|