summaryrefslogtreecommitdiff
path: root/SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml')
-rw-r--r--SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml b/SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml
deleted file mode 100644
index a195ef8e5..000000000
--- a/SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>