parent
27f71c6fde
commit
7c8a147705
@ -1,23 +1,43 @@
|
||||
Programmers:
|
||||
|
||||
Me
|
||||
Nick Jarvis
|
||||
|
||||
|
||||
|
||||
|
||||
Art:
|
||||
|
||||
Art director: Me
|
||||
Assistant Design Creator: My art teacher
|
||||
|
||||
|
||||
|
||||
|
||||
"Dont eat yellow snow"
|
||||
-
|
||||
Thanks to:
|
||||
Chaos advanced, Captain Kirby, Schnewittchen(Snow White)
|
||||
|
||||
|
||||
|
||||
|
||||
Music:
|
||||
|
||||
Eric Skiff : Chibi Ninja
|
||||
Rolemusic : Straw Fields
|
||||
Major League Wobs : The Legend of Zelda - Guerudo Valley 80's Version
|
||||
Bensound : The Elevator Bossa Nova (Menu Music)
|
||||
Sweetwaveaudio : Free Ambient Loop
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
check the README for further information
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
I am NCO
|
||||
|
@ -1,2 +1 @@
|
||||
find . \( -name '*.pyo' -or -name '*.pyc' -or -name '*~' \) -delete
|
||||
rm ./assets/sprites/player/*
|
@ -1,9 +1,10 @@
|
||||
[main]
|
||||
fullscreen = True
|
||||
screenx_current = 1920
|
||||
screeny_current = 1080
|
||||
debug = False
|
||||
skip = False
|
||||
posx = 0.0
|
||||
posy = 0.0
|
||||
volume = 0.5
|
||||
fullscreen = False
|
||||
screenx_current = 960
|
||||
screeny_current = 540
|
||||
debug = True
|
||||
skip = True
|
||||
posx = 0
|
||||
posy = 0
|
||||
volume = 0.5
|
||||
|
||||
|
Loading…
Reference in new issue