fr range selection
This commit is contained in:
parent
c6a380fe0a
commit
37f598b561
4 changed files with 44 additions and 9 deletions
|
@ -13,6 +13,7 @@ c_addweapon(id, wp.nothing);
|
|||
equippedweapon = noone;
|
||||
waiting = false;
|
||||
targeting = new vec2(0, 0);
|
||||
hitpos = new vec2(0, 0);
|
||||
marked = false;
|
||||
|
||||
continuecombat = function(me, them) {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
state();
|
||||
if data.hp.val <= 0 {
|
||||
c_deselectunit(id);
|
||||
c_deleteunit(pos.x, pos.y, id);
|
||||
}
|
||||
}
|
||||
//depth = x;
|
Loading…
Add table
Add a link
Reference in a new issue