mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
8 lines
209 B
XML
8 lines
209 B
XML
<transition source="idle" target="run">
|
|
<event name="key_up|key_shift" />
|
|
</transition>
|
|
<transition source="run" target="attack">
|
|
<event name="key_ctrl" />
|
|
<condition expr="weapon != null" />
|
|
</transition>
|