comparison dep/pugixml/docs/samples/transitions.xml @ 55:d10b6c6b432e

add xml lib, we will need to use it eventually
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 12:37:08 -0400
parents
children
comparison
equal deleted inserted replaced
54:466ac9870df9 55:d10b6c6b432e
1 <transition source="idle" target="run">
2 <event name="key_up|key_shift" />
3 </transition>
4 <transition source="run" target="attack">
5 <event name="key_ctrl" />
6 <condition expr="weapon != null" />
7 </transition>