Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
cc4407ec903930dc82ad5f484e7dcdb0d5afae0f
/
.
/
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>