ModusCreateOrg / creative-engine

Modus Create's portable Game Engine. Runs on the LDK Game console, desktop macOS and Linux
https://labs.moduscreate.com/creative-engine
MIT License
18 stars 8 forks source link

13 object layer #180

Closed mschwartz closed 5 years ago

mschwartz commented 5 years ago

Updated rcomp to compile compact Object placement in the playfield.

Each object is 3 TUint16: 1st is op code (e.g. position player, spawn spider, etc.). So 6 bytes per "thing" to be spawned.

Associated CE classes fixed up to use the new rcomp output.