* Interface for damage assignment.
This commit is contained in:
jean.chalard
2009-08-31 02:00:33 +00:00
parent c9f5519ba6
commit 6dab048a9e
19 changed files with 377 additions and 213 deletions
+4
View File
@@ -11,6 +11,10 @@ void Pos::Update(float dt)
actA += 10 * dt * (alpha - actA);
}
void Pos::UpdateNow()
{
actX = x; actY = y; actT = t; actZ = zoom; actA = alpha;
}
void Pos::Render(){}
void Pos::Render(JQuad* quad)
{