//#resource "vcs-ca65.h" import "vcslib.ecs" import "sprites.ecs" // https://csanyk.com/2014/02/topology-metropolis-superman-atari-2600/ component RoomGraphics graphics: array 0..8 of 0..255 end component Room fgcolor: 0..255 bgcolor: 0..255 gfx: [VersatilePlayfield] north: [Room] east: [Room] south: [Room] west: [Room] end component Location room: [Room] end component Enemy end component Moving speed: 1..15 end system SuperFly on gowest do with [Location] --- ldy {{