diff options
Diffstat (limited to 'level.go')
-rw-r--r-- | level.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import ( ) func StartGame(g *Game) { - StartLevel4(g) + StartLevel1(g) } func PauseScreen(g *Game) { |
index : level.git | ||
LEVEL, a puzzle platformer made with ebiten in go |
summaryrefslogtreecommitdiff |