Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
viking-sudo-rm committed Nov 28, 2016
2 parents e39567a + 63a69c4 commit 64a66c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*The Book of Thoth* is a 2D puzzle game set in Ancient Egypt. Unlock new hieroglyphs as you progress, and write spells with the words you know to defeat enemies and solve challenging puzzles. Enter a world where your power is limited only by your linguistic ingenuity.

The central mechanic in *the Book of Thoth* is the ability to create customizable spells written in Ancient Egyptian. With a wide vocabulary and complex grammar at your disposal, enchant weapons and spells which will make you into an unstoppable force.
The central mechanic in *the Book of Thoth* is the ability to create customizable spells written in the language of Ancient Egypt. With a wide vocabulary and complex grammar at your disposal, enchant weapons and spells which will make you into an unstoppable force.

For more info:

Expand Down
Binary file modified bin/snorri/world/Tile$TileType.class
Binary file not shown.
Binary file modified bin/snorri/world/Tile.class
Binary file not shown.
3 changes: 2 additions & 1 deletion src/snorri/world/Tile.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ public enum TileType implements Nominal {
SANDSTONE(false, false, new BufferedImage[] {
getImage("/textures/tiles/sandstone00.png"),
getImage("/textures/tiles/sandstone01.png"),
getImage("/textures/tiles/sandstone02.png")}, false, true),
getImage("/textures/tiles/sandstone02.png"),
getImage("/textures/tiles/default00.png")}, false, true), //will change to look like bricks
FLOOR(true, new BufferedImage[] {getImage("/textures/tiles/floor00.png"),
getImage("/textures/tiles/floor01.png"),
getImage("/textures/tiles/floor02.png"),
Expand Down

0 comments on commit 64a66c3

Please sign in to comment.