1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Merged master into 1.0.1

This commit is contained in:
2016-02-27 01:03:19 +01:00
19 changed files with 18 additions and 16 deletions

View File

@@ -133,6 +133,7 @@ $side-width = ($battle-width - $screen-width) / 2
&.sand
background linear-gradient(top, rgba(128, 64, 0, .3), rgba(64, 32, 48, .5))
&.sun
opacity 0.6!important
background rgba(255, 196, 64, .3)
.battle_pane

View File

@@ -268,7 +268,7 @@ class @Pokemon extends Backbone.Model
slugSpecies = slugify(@get('species'))
slugForme = slugify(@get('forme'))
"//pokebattle.com/dex/pokemon/#{slugSpecies}/#{slugForme}"
"//wiki.p-insurgence.com/#{slugSpecies}"
getIllu: ->
@get('illu')