mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Interpolate tower scrolling
Now tower scrolling will look smooth ayy-eff.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user