map events or whatever
This commit is contained in:
parent
b0e718f879
commit
856b518593
28 changed files with 185 additions and 29 deletions
|
@ -18,7 +18,8 @@ function c_selectunit(unitobject) {
|
|||
}
|
||||
|
||||
function c_deselectunit(unitobject) {
|
||||
if ARTICULATOR.selectedunit != unitobject return false
|
||||
if ARTICULATOR.selectedunit != unitobject return false;
|
||||
if unitobject == noone return false;
|
||||
unitobject.sprite_index = unitobject.data.idle;
|
||||
state = st_standing;
|
||||
drawstate = c_null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue