Code:
local CAMERA_WIDTH = 512local CAMERA_HEIGHT = 448function onStart() camera.width = CAMERA_WIDTH camera.height = CAMERA_HEIGHT Graphics.setMainFramebufferSize(CAMERA_WIDTH, CAMERA_HEIGHT)endfunction onCameraUpdate() camera.width, camera.height = Graphics.getMainFramebufferSize()end
Statistics: Posted by roroopi — Thu Jul 18, 2024 2:24 pm