Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
videah committed Sep 18, 2015
2 parents b413d80 + 41e2937 commit e0ca154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ This is not for releasing a real 3DS title. I dunno, contact Nintendo if that's

* [Space Shooter Game](http://novaember.com/s/8f9453/FIrGGQ.mp4) by Darkwater
* [Ludum Dare 33 Entry](http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=31436) by me
* [NumberFucker3DS](https://github.com/VideahGams/NumberFucker3DS) by unek & me

Send me your projects so I can showcase them here!

Expand Down
4 changes: 2 additions & 2 deletions game/main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function love.draw()

love.graphics.print("Replace me in game/main.lua.")
love.graphics.print("Replace me in game/main.lua.", 0, 0)

end
end

0 comments on commit e0ca154

Please sign in to comment.