forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Asteroids.apk use background music from its bundle
This was the last instance of loading assets off of Github. @abarth
- Loading branch information
1 parent
9f0d108
commit 908490d
Showing
6 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Assets for this game are taken from Galactic Guardian: | ||
https://github.com/slembcke/GalacticGuardian.spritebuilder | ||
Assets for this game are from Galactic Guardian: | ||
https://github.com/slembcke/GalacticGuardian.spritebuilder | ||
And are used under MIT license: | ||
https://github.com/slembcke/GalacticGuardian.spritebuilder/pull/2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ assets: | |
- assets/laser.wav | ||
- assets/levelup.wav | ||
- assets/pickup.wav | ||
- assets/temp_music.aac |