box = {
x = 400,
y = 96,
w = 16,
h = 16,
ySpeed = 0,
yMaxSpeed = 400,
onGround = false,
texture = love.graphics.newImage("box.png")
}
box = {{x = 400, y = 96, w = 16, h = 16, ySpeed = 0, yMaxSpeed = 400, onGround = false, texture = love.graphics.newImage("box.png")},{x = 400, y = 96, w = 16, h = 16, ySpeed = 0, yMaxSpeed = 400, onGround = false, texture = love.graphics.newImage("box.png")}}
love.graphics.print(box[N].x, 10, 10)