Skip to content

Commit

Permalink
resolving conflicts after merge and moved logout btn to left
Browse files Browse the repository at this point in the history
  • Loading branch information
outbounder committed Dec 16, 2012
2 parents b709251 + c5ac6c6 commit 437e09a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Binary file added public/images/theQuestLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ a {
color: #00B7FF;
}

.pull-right {
float: right;
}
.credits {
margin-right: 50px;
}
.name {
position: absolute;
top: 36px;
left: 3px;
color: #00B7FF;
}

.gameHUD {
Expand Down
17 changes: 9 additions & 8 deletions views/game.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ block content
.gameHUD
.gameTitle
h1 TheQuest
a(href="javascript: void(0)").soundToggle Toggle sound off
.soundToggleBtn
a(href="javascript: void(0)").soundToggle Toggle sound off
.logoutBtn
a(href="/users/logout") logout
.wrapper
.menu
a(href="/users/logout") logout
.timeLeft.menuItem
.victories.menuItem
span.victoriesCount 0
.gameWorld
.winLabel.endLabel You win
.looseLabel.endLabel You loose :|





.credits.pull-right
h5 Hosted by
a(href='http://camplight.net/', title='Camplight') Camplight
script.
user = !{JSON.stringify(user)}
script(src="/game-index.js")
script(src="/game-index.js")

2 changes: 1 addition & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends layout
block content
.container
.hero-unit
h1= title
img(id="logo", src="/images/theQuestLogo.png")
p
| Meet the new very addictive, _open source_
| , realtime MMO game. The goal is simple - steal the treasure. Have fun NOW with your friends or other players all over the world.
Expand Down

0 comments on commit 437e09a

Please sign in to comment.