528d6276b1
- Added new asset files for Spear of Destiny shareware including AUDIOHED.SDM, AUDIOT.SDM, GAMEMAPS.SDM, MAPHEAD.SDM, VGADICT.SDM, VGAGRAPH.SDM, VGAHEAD.SDM, VSWAP.SDM, and documentation files (README.txt, SOD.DOC). - Included necessary DLLs (SDL.dll, SDL_mixer.dll) for audio support. - Updated pubspec.yaml to include the new assets directory for Spear of Destiny. - Enhanced data versioning to recognize Spear of Destiny shareware in data_version.dart. - Modified registry_resolver.dart to handle asset registry for Spear of Destiny shareware. - Added license agreements for both id Software and MAME. Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
17 lines
331 B
YAML
17 lines
331 B
YAML
name: wolf_3d_assets
|
|
description: "Shared game assets for Wolfenstein 3D apps."
|
|
publish_to: "none"
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ^3.11.1
|
|
|
|
resolution: workspace
|
|
|
|
# This tells Flutter to bundle these files when a dependent app builds!
|
|
flutter:
|
|
assets:
|
|
- assets/retail/
|
|
- assets/shareware/
|
|
- assets/sod/shareware/
|