Jumpgate updates.

This commit is contained in:
Steve 2016-03-08 19:00:56 +00:00
parent 7118c10648
commit fb584735c6
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
"type" : "ET_JUMPGATE",
"x" : 25,
"y" : 25,
"sleeping" : 1
"systemPower" : 0
}
],
"script" : [

View File

@ -110,7 +110,7 @@
"type" : "ET_JUMPGATE",
"x" : 10,
"y" : 8,
"sleeping" : 1
"systemPower" : 0
}
],
"items" : [

View File

@ -67,7 +67,7 @@ static void think(void)
if (battle.jumpgate == self)
{
portalAngle += 0.5;
portalAngle++;
if (portalAngle >= 360)
{
portalAngle -= 360;