commit
This commit is contained in:
@ -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(){
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user