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 Jump to 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 to center, 100, 30, true)

Proper support for scaling or rotating slices is nearly ready and should be available in 2021.