fr range selection

This commit is contained in:
the me 2022-08-20 11:53:31 -07:00
parent c6a380fe0a
commit 37f598b561
4 changed files with 44 additions and 9 deletions

View file

@ -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) {

View file

@ -1,4 +1,6 @@
state();
if data.hp.val <= 0 {
c_deselectunit(id);
c_deleteunit(pos.x, pos.y, id);
}
}
//depth = x;