1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-16 17:30:27 +00:00
8bitworkshop/test/ecs/basic1.ecs

17 lines
224 B
Plaintext
Raw Normal View History

2022-02-05 20:43:45 -06: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