map events or whatever
This commit is contained in:
parent
b0e718f879
commit
856b518593
28 changed files with 185 additions and 29 deletions
|
@ -5,5 +5,5 @@ function c_moveunit(targetunit, destination) {
|
|||
array_push(destination.contents, targetunit);
|
||||
targetunit.pos.x = destination.x;
|
||||
targetunit.pos.y = destination.y;
|
||||
theguy.event();
|
||||
theguy.event(targetunit);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue