ParallaxComponent is not abstract anymore, as it does not include any abstract method

This commit is contained in:
Erick Zanardo
2019-04-19 16:03:07 -03:00
parent ad3e9a0ee0
commit df8c861735
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ParallaxRenderer {
}
}
abstract class ParallaxComponent extends PositionComponent {
class ParallaxComponent extends PositionComponent {
final baseSpeed = 30;
final layerDelta = 40;