Skip to content

Commit

Permalink
Make water look nicer by depressing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfn committed Mar 20, 2012
1 parent 20fd8ff commit a2ff745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/main/resources/levels/level1_h.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/scala/Game.scala
Expand Up @@ -66,7 +66,7 @@ object Main {
val finalShader = new Shader("minimal", "final")

var curLevel : Level = null
var currentLevelNum = 4
var currentLevelNum = 1

def main(args:Array[String]) = {
var fullscreen = false
Expand Down

0 comments on commit a2ff745

Please sign in to comment.