loot
This commit is contained in:
parent
0ead044da1
commit
51cc3f3ca6
20 changed files with 278 additions and 33 deletions
|
@ -3,3 +3,4 @@ var i;
|
|||
for (i=0; i<array_length(global.units[ARMY.US]); i++) {
|
||||
c_inheritunit(2+i, 2, un.chara);
|
||||
}
|
||||
selectedunit = noone;
|
|
@ -1,5 +1,5 @@
|
|||
c_input();
|
||||
if select {
|
||||
if select && selectedunit == noone {
|
||||
var mousex = floor(mouse_x/global.tilesize.x);
|
||||
var mousey = floor(mouse_y/global.tilesize.y);
|
||||
log(mousex, mousey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue