added images for achievements! Demo is now operational

This commit is contained in:
Ruben Vereecken 2014-06-19 15:52:05 +02:00
parent a933f9737d
commit 45798aab02
18 changed files with 6 additions and 7 deletions

View file

@ -1,5 +1,4 @@
.notifyjs-achievement-base
//background: url("/images/pages/base/notify_mockup.png")
cursor: auto
white-space: nowrap
text-overflow: ellipsis
@ -26,13 +25,11 @@
width: 72%
.achievement-border-wood
background: url("/images/achievements/border_wood-01.png") no-repeat
//background-color: transparent
background: url("/images/achievements/border_wood.png") no-repeat
background-size: 100% 100%
.achievement-border-silver
background: url("/images/achievements/border_silver-01.png") no-repeat
//background-color: transparent
background: url("/images/achievements/border_silver.png") no-repeat
background-size: 100% 100%
.achievement-content

View file

@ -12,4 +12,4 @@ div
//.earned-exp(data-notify-html="earnedExp")
.progress-bar-wrapper(data-notify-html="progressBar")
.progress-bar-border
img(src='/images/achievements/bar_border-01.png' width='100%')
img(src='/images/achievements/bar_border.png' width='100%')

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -8,6 +8,8 @@ class MockServer
module.exports = ->
me.set('points', 48)
unlockableObj =
name: 'Dungeon Arena Started'
description: 'Started playing Dungeon Arena. '
@ -25,7 +27,7 @@ module.exports = ->
console.log currentView
data = currentView.createNotifyData unlockable, earnedUnlockable
imageURL = '/images/achievements/swords.png'
imageURL = '/images/achievements/swords-01.png'
data.image = $("<img src='#{imageURL}' />")
options =
autoHideDelay: 10000