wtf it works
This commit is contained in:
parent
641ccd1065
commit
aa747e8305
9 changed files with 48 additions and 14 deletions
|
@ -3,4 +3,5 @@ function c_moveunit(targetunit, destination) {
|
|||
array_push(destination.contents, targetunit);
|
||||
targetunit.pos.x = destination.x;
|
||||
targetunit.pos.y = destination.y;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue