mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-14 22:05:24 +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
|