camPos(pos: Vec2): Vec2
param
pos- The position to set the camera to.
deprecated
Use
// camera follows player
player.onUpdate(() => {
camPos(player.pos)
})
returns
The current camera position.
since
v2000.0
group
Camera
param
pos- The position to set the camera to.
deprecated
Use
// camera follows player
player.onUpdate(() => {
camPos(player.pos)
})
returns
The current camera position.
since
v2000.0
group
Camera
deprecated
deprecated
deprecated
Assets
Game Obj
Components
Component Types
Scene
Input
Events
Info
Math
Misc
Button Bindings
GFX
Draw
Layer
Camera
Layers
Level
Plugins