Exemple #1
0
	void Update(float dt) override
	{
		world.CheckForCollisionsFrom(Guy);

		world.Update(dt);

		UpdateGuy(dt);

		CheckCollision();
	}