Skip to content

Commit

Permalink
change game font and update CREDITS.md and filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
bydariogamer committed Jul 6, 2022
1 parent fceaf0f commit a8d81cc
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 27 deletions.
56 changes: 31 additions & 25 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,48 @@
# SONGS

The following /assets/songs are from this package from Alexander Ehlers:
https://opengameart.org/content/free-music-pack
- doomed.ogg
- flags.ogg
- great mission.ogg
- spacetime.ogg
- twists.ogg
- waking the devil.ogg
- warped.ogg

The following /assets/songs are from this game from Peter Pserwylo:
https://github.com/beat-feet/beat-feet
- courtyard.ogg
- exercise_room.ogg
- laundry_room.ogg
- the_ballroom.ogg
- vivaldi.ogg (this is from Vivaldi obviously)
# [SONGS](assets/songs)

The following songs are from this package from Alexander Ehlers:
[https://opengameart.org/content/free-music-pack]
- [doomed.ogg](assets/songs/doomed.ogg)
- [flags.ogg](assets/songs/flags.ogg)
- [great_mission.ogg](assets/songs/great_mission.ogg)
- [spacetime.ogg](assets/songs/spacetime.ogg)
- [twists.ogg](assets/songs/twists.ogg)
- [waking_the_devil.ogg](assets/songs/waking_the_devil.ogg)
- [warped.ogg](assets/songs/warped.ogg)

The following songs are from [beat-feet](https://github.com/beat-feet/beat-feet)
by Peter Pserwylo:
- [courtyard.ogg](assets/songs/courtyard.ogg)
- [exercise_room.ogg](assets/songs/exercise_room.ogg)
- [laundry_room.ogg](assets/songs/laundry_room.ogg)
- [the_ballroom.ogg](assets/songs/the_ballroom.ogg)
- [vivaldi.ogg](assets/songs/vivaldi.ogg) (this one is from Vivaldi obviously)

The following song was made by [bydariogamer](https://github.com/bydariogamer):
- piloting waves.ogg
- [piloting_waves.ogg](assets/songs/piloting_waves.ogg)

The following song was made by [Sogolumbo](https://github.com/sogolumbo):
- metronome.ogg
- [metronome.ogg](assets/songs/metronome.ogg)

I am not actually sure about the license of the songs took from beatfeet,
I am not actually sure about the license of the songs took from beat-feet,
but I use them under the GPL license that applies to the game. If you want
to use them in other context check license in the repository linked above.
Most of them are under public domain as the metadata commentaries state.
Alex Ehlers songs don't need to be given credit according to the note at
the page linked above.
The songs by bydariogamer and Sogolumbo are distributed under the Creative
Commons Attribution-ShareAlike 3.0 License (CC BY-SA 3.0).
Check CC BY-SA 3.0 at https://creativecommons.org/licenses/by-sa/3.0/
Check CC BY-SA 3.0 at [https://creativecommons.org/licenses/by-sa/3.0/]

# IMAGES
# [IMAGES](assets/images)

All images in /assets/images were made by [bydariogamer](https://github.com/bydariogamer)
The images by bydariogamer are distributed under the Creative Commons
Attribution-ShareAlike 3.0 License (CC BY-SA 3.0).
Check CC BY-SA 3.0 at https://creativecommons.org/licenses/by-sa/3.0/
Check CC BY-SA 3.0 at [https://creativecommons.org/licenses/by-sa/3.0/]

# [FONTS](assets/fonts)

The game font is [dogica](assets/fonts/dogica.ttf) and it is under the
SIL Open Font License (SIL OFL).
Check SIL OFL at [https://scripts.sil.org/ofl/]
Binary file added assets/fonts/dogica.ttf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
DISP_HEI = 500
BASE_FPS = 60.0

FONT_TYPE = "assets/fonts/8bitOperatorPlus-Bold.ttf"
FONT_TYPE = "assets/fonts/dogica.ttf"
FONT_SIZE_SMALL = 32
FONT_SIZE_NORMAL = 48
FONT_SIZE_BIG = 64

# Main Menu / Title
GAME_TITLE = "> B E A T G A M E <"
GAME_TITLE = ">BEATGAME<"
GAME_AUTHOR = "bydariogamer"
GAME_AUTHOR2 = "Sogolumbo"
MENU_BACKGROUND = "assets/images/title_background.png"
Expand Down

0 comments on commit a8d81cc

Please sign in to comment.