Add shareware support and spawn correctly for difficulty levels
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:wolf_dart/features/difficulty/difficulty.dart';
|
||||
import 'package:wolf_dart/features/entities/entity.dart';
|
||||
|
||||
class Decorative extends Entity {
|
||||
@@ -32,7 +33,7 @@ class Decorative extends Entity {
|
||||
int objId,
|
||||
double x,
|
||||
double y,
|
||||
int difficultyLevel,
|
||||
Difficulty _,
|
||||
) {
|
||||
if (isDecoration(objId)) {
|
||||
return Decorative(
|
||||
|
||||
Reference in New Issue
Block a user