Skip to content

Commit

Permalink
Changed star image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbalaban committed Nov 17, 2014
1 parent 2b55cd1 commit 39bcdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gravity.elm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ renderUniverse (w', h') universe =
let ship = head universe.objects
forms = velocityVectorForm ship :: accelerationVectorForm ship
:: universeForms universe
in collage w' h' ([ toForm (tiledImage w' h' "images/stars.png")
in collage w' h' ([ toForm (tiledImage w' h' "stars.png")
, velocityVectorForm ship
, accelerationVectorForm ship
] ++ (universeForms universe))
Expand Down

0 comments on commit 39bcdb1

Please sign in to comment.