Hi,
i try to start use Box2D and need some help:
1. set camera like this:
Dim Scale As Int = 100
Sub LG_Resize(Width As Int, Height As Int)
Camera.Initialize2( Scale * 4, Scale * 4 * Height / Width)
Camera.Position.set(0, Scale, 0)
End Sub
2. set world:
Dim vGravity As lgMathVector2...