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
16 lines
229 B
JavaScript
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)
|