666768697071727374
/** * @return the physics component singleton */ public static Physics getPhysics() { if (m_physics == null) { m_physics = new PhysicsGDX(); } return m_physics; }