mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Move entityclass::settreadmillcolour() to entclass::settreadmillcolour()
This moves settreadmillcolour() onto the entity object, so I can invoke it independent of an indice in obj.entities.
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
|
||||
void setenemyroom(int rx, int ry);
|
||||
|
||||
void settreadmillcolour(int rx, int ry);
|
||||
|
||||
public:
|
||||
//Fundamentals
|
||||
bool active, invis;
|
||||
|
||||
Reference in New Issue
Block a user