Files
cell/tests/camera.js
John Alanbrook b8328657df
Some checks failed
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
add camera test
2025-04-14 22:46:07 -05:00

16 lines
229 B
JavaScript

var render = use('sdl_render')
console.log("HERE")
render.initialize({})
var draw2d = use('draw2d')
var camera = {
x: 0,
y: 0,
zoom: 1,
surface: undefined,
viewport: {x:0,y:0,width:1,height:1}
}
$_.delay($_.stop, 3)