Starting to move data loader to its own package
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:wolf_dart/classes/matrix.dart';
|
||||
import 'package:wolf_3d_data/wolf_3d_data.dart';
|
||||
import 'package:wolf_dart/features/map/wolf_level.dart';
|
||||
import 'package:wolf_dart/features/map/wolf_map_parser.dart';
|
||||
import 'package:wolf_dart/vswap_parser.dart';
|
||||
|
||||
class WolfMap {
|
||||
/// The fully parsed and decompressed levels from the game files.
|
||||
final List<WolfLevel> levels;
|
||||
final List<Matrix<int>> textures;
|
||||
final List<Matrix<int>> sprites;
|
||||
final List<Sprite> textures;
|
||||
final List<Sprite> sprites;
|
||||
|
||||
// A private constructor so we can only instantiate this from the async loader
|
||||
WolfMap._(
|
||||
|
||||
Reference in New Issue
Block a user