Option to apply last object color to cursor
This commit is contained in:
@@ -428,4 +428,14 @@ public class Spinner extends GameObject {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Color getColor() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Color getMirroredColor() {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user