Skip to content

Commit

Permalink
Re-enabled the intro and added screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
unternehmen committed Sep 22, 2017
1 parent 9577728 commit e610993
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# What is lonoma?

A disease? No! Lonoma is a game written for the Love2D engine.
It's pure science fiction and is set in a world with a bit of history.
Enjoy (and use its code to make your own adventure, if you want)!

## Screenshots

![At some point in the game, the player character talks with the Chairman through a "computaterm".](screenshot1.png)

![At another point in the game, the player character is looking around in his spaceship.](screenshot2.png)

## Credits

The music and sounds are all CC0-licensed or in the public domain.
For specific details about each media file, see CREDITS.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function primeobjects()
end

function states.play.init()
rooms.enter(rooms.ship)
rooms.enter(rooms.intro)
end

function states.play.update()
Expand Down
Binary file added screenshot1.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 screenshot2.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 e610993

Please sign in to comment.