Skip to content
Snippets Groups Projects
Commit cfda4c9c authored by Santtu Salo's avatar Santtu Salo
Browse files

Siistittiin

parent c9607f17
Branches main
No related tags found
No related merge requests found
...@@ -27,17 +27,17 @@ public class Harjoitustyo : PhysicsGame ...@@ -27,17 +27,17 @@ public class Harjoitustyo : PhysicsGame
}; };
private const int TILESIZE = 32; private const int TILESIZE = 32;
private const int MAXWEIGHT = 8;
private PlayerCharacter Player; private PlayerCharacter Player;
private List<EnemyCharacter> EnemyList; private List<EnemyCharacter> EnemyList;
private const int MAXWEIGHT = 5;
private IntMeter ScoreCounter = new IntMeter(0); private IntMeter ScoreCounter = new IntMeter(0);
public override void Begin() public override void Begin()
{ {
CreateLevel(); CreateLevel();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment