Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
8d73e272f53eecfcbc9525001dddd622c86aee97
/
.
/
libs
/
EXTERNAL
/
libpugixml
/
docs
/
samples
/
transitions.xml
blob: a195ef8e58bd1489c001f473b86b26bf587d7dca [
file
] [
log
] [
blame
]
<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>