Disabled external gits
This commit is contained in:
7
cs440-acg/ext/pugixml/docs/samples/transitions.xml
Normal file
7
cs440-acg/ext/pugixml/docs/samples/transitions.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user