Skip to content

love.graphics_scale

oblerion edited this page Sep 15, 2022 · 1 revision

call

love.graphics_scale(sw,sh);

parameter

  • sw : Scales the width of the current drawing (1=100%, 0.5=50%, 2=200%, etc.)
  • sh : Scales the height of the current drawing (1=100%, 0.5=50%, 2=200%, etc.)
Clone this wiki locally