Increase camera pixelsPerMeter from 24 to 32
This commit is contained in:
parent
970047bded
commit
284f2ac204
@ -17,7 +17,7 @@ local camera = {
|
|||||||
velocity = Vec3 {},
|
velocity = Vec3 {},
|
||||||
acceleration = 0.2,
|
acceleration = 0.2,
|
||||||
speed = 5,
|
speed = 5,
|
||||||
pixelsPerMeter = 24,
|
pixelsPerMeter = 32,
|
||||||
}
|
}
|
||||||
|
|
||||||
function camera:getDefaultScale()
|
function camera:getDefaultScale()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user