Interpolate tower scrolling

Now tower scrolling will look smooth ayy-eff.
This commit is contained in:
Misa
2020-04-30 11:52:21 -07:00
committed by Ethan Lee
parent 880465c2e5
commit fe1045b515
4 changed files with 13 additions and 5 deletions

View File

@@ -91,6 +91,10 @@ mapclass::mapclass()
2,2,2,2,2,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,
};
areamap.insert(areamap.end(), tmap, tmap+400);
ypos = 0;
oldypos = 0;
bypos = 0;
}
int mapclass::RGB(int red,int green,int blue)