Kiva-Entertainment / yohk

SRPG game made with Blender, with scripts in Python
Other
9 stars 0 forks source link

Markers overlap #2

Closed KaiGeffen closed 10 years ago

KaiGeffen commented 10 years ago

Markers are the colored squares that appear when selecting a command target.

Currently, the red (range) markers do not disappear when blue (necessary empty space) or yellow (area of effect) markers are in the same space as them.

Red markers are added when a command is chosen from command select. Instead, they should be added with the other markers at each tic, but not added to spaces that already have markers.