This commit is contained in:
alexandre-pereira
2015-03-20 15:48:08 +01:00
parent 2fdcf42f29
commit df7f8fc05a
9 changed files with 14 additions and 12 deletions

View File

@ -180,10 +180,9 @@
setTimeout(function(){
location.href = "{{URL::to('/')}}";
}, 4000);
// TODO appel ajax
//var t1 = game.world.create(game.world.centerX,game.world.centerY, "tableau1");
//t1.anchor.setTo(0.5,0.5);
}
else {
setTimeout(function(){

View File

@ -17,7 +17,7 @@
<button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/3') }}'"><span style="color:gold;"><span class="icon-star-full"></span><span class="icon-star-full"></span><span class="icon-star-full"></span></span></button>
</div>
<div style="position: relative; left: 0; bottom:-10%; padding-left:1%; ">
<div style="position: absolute; left: 10px; top: 10px;">
<a href="/"><img style="height: 80px;" src="{{ URL::to('imgs/previouspage.png') }}"></a>
</div>