Kiva-Entertainment / yohk

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

Make cursor dict not store current command #67

Open KaiGeffen opened 10 years ago

KaiGeffen commented 10 years ago

Currently, globalDict['cursor'] stores the state of the cursor (move, selecting, etc.) or whatever command has been selected.

Instead, should store 'command' or something similar when selecting a target for command. Should store which command in a separate dict