Will the O.H.R.RPG.C.E. ever support rotating/scaling images like the Super Nintendo's MODE7?

From OHRRPGCE-Wiki
Jump to: navigation, search

You can display images on the screen using slices. It is even possible to shrink them with clever use of the 'shrink' dissolve animation and the dissolve sprite command, for example, this displays a backdrop shrunk to 30% of its original size (tick 30 of a 100 tick long dissolve).

variable (sl)
sl := load backdrop
dissolve sprite(sl, dissolve:shrink, 100, 30, true)

In future, proper support for scaling or rotating slices may well be added.