public PPhysManager(float s, float gx, float gy) { this.world = new PPhysWorld(); this.gravity = new Vector2f(gx, gy); this.start = false; this.enableGravity = true; this.scale = s; }
public void SetWorld(PPhysWorld world) { this.world = world; }