Skip to content

Commit

Permalink
add stars to menu, make menu text 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalf3 committed Dec 27, 2015
1 parent 1776237 commit dacfc99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Binary file modified lonely_photon.blend
Binary file not shown.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import random
import utils

sound = aud.Factory.file(logic.expandPath("//sound/Adventure Meme.mp3")).volume(.1).loop(-1)
#sound = aud.Factory.file(logic.expandPath("//sound/Unwritten Return.mp3")).volume(.5).loop(-1)
#sound = aud.Factory.file(logic.expandPath("//sound/Adventure Meme.mp3")).volume(.1).loop(-1)
sound = aud.Factory.file(logic.expandPath("//sound/Unwritten Return.mp3")).volume(.5).loop(-1)
#sound = aud.Factory.file(logic.expandPath("//sound/Destiny Day.mp3")).volume(.5).loop(-1)
music = aud.device().play(sound)

Expand Down
5 changes: 5 additions & 0 deletions textures/Credits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This work is released to the Public Domain / CC0 license.

However, if you want to give credit, you can write something like:

Bonsaiheldin | http://bonsaiheld.org
Binary file added textures/spr_stars01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/spr_stars02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dacfc99

Please sign in to comment.