Spacewar Starter Kit - health

In Spacewar Starter Kit, how do I increase the health ?

At thePlayer.cs,I`ve tried to change theprivateint health = 500;

But didn`t workout.

Plz help
Ronan

[354 byte] By [RonanDiniz] at [2007-12-28]
# 1

In the EvolvedScreen class's constructor, you'll find two lines at the end of it:

SpacewarGame.Players[0].Health = 5;
SpacewarGame.Players[1].Health = 5;

Change these. Why they did this, I don't know.

JimPerry at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...