xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Feature/boss #88

Closed willwull closed 8 years ago

willwull commented 8 years ago

Hey dudes, I implemented the boss, which is really just a huge Monster with different parameters.

If you wanna test this, go to line 42 in World.cs and change the last parameter from 0 to 1 like this: WorldMap[startX][startY] = new Room(startX, startY, Textures, Tiles, 1);