| Index: samples/pop_pop_win/web/_audio.dart
|
| diff --git a/samples/third_party/pop-pop-win/web/_audio.dart b/samples/pop_pop_win/web/_audio.dart
|
| similarity index 97%
|
| rename from samples/third_party/pop-pop-win/web/_audio.dart
|
| rename to samples/pop_pop_win/web/_audio.dart
|
| index c9fa293b92d932036f759d8f869b1080bf6896b7..fe800ced94b787b3aeb3a91045c3bebeaad16bb9 100644
|
| --- a/samples/third_party/pop-pop-win/web/_audio.dart
|
| +++ b/samples/pop_pop_win/web/_audio.dart
|
| @@ -120,7 +120,7 @@ class _Audio {
|
|
|
| static String _getAudioPath(String name) {
|
| assert(_audioFormat != null);
|
| - return 'audio/${_audioFormat}/$name.${_audioFormat}';
|
| + return '${_ASSET_DIR}audio/${_audioFormat}/$name.${_audioFormat}';
|
| }
|
|
|
| static Iterable<String> _getAudioPaths(Iterable<String> names) {
|
|
|