mirror of
https://github.com/amark/gun.git
synced 2025-06-08 07:06:44 +00:00
gun slinger!
This commit is contained in:
parent
d682a119d7
commit
0330390fc8
@ -132,7 +132,6 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
gun.path('dqed').get(function(yes){
|
gun.path('dqed').get(function(yes){
|
||||||
alert("DQed! " + yes);
|
|
||||||
if(yes){ return }
|
if(yes){ return }
|
||||||
game.$duel.css({background: 'gold'}).find('h2').text("STOP!");
|
game.$duel.css({background: 'gold'}).find('h2').text("STOP!");
|
||||||
gun.path('sling').set(me.player);
|
gun.path('sling').set(me.player);
|
||||||
@ -178,7 +177,7 @@
|
|||||||
gun.path('p2').set("");
|
gun.path('p2').set("");
|
||||||
gun.path('sling').set(null);
|
gun.path('sling').set(null);
|
||||||
gun.path('start').set(null);
|
gun.path('start').set(null);
|
||||||
gun.path('dq').set(null);
|
gun.path('dqed').set(null);
|
||||||
game.$duel.addClass('none');
|
game.$duel.addClass('none');
|
||||||
}
|
}
|
||||||
game.timeout = function(wait){
|
game.timeout = function(wait){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user