8bitworkshop/test/ecs/basic1.ecs

17 lines
224 B
Plaintext
Raw Permalink Normal View History

2022-02-06 02:43:45 +00:00
// 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