From 1e55e05fc9ca04437abf7823e3ab50c131529bf0 Mon Sep 17 00:00:00 2001 From: Qube Date: Fri, 20 Jul 2018 20:57:37 +0700 Subject: Add witness testinomy, cross examination, call mod function + Fix animation sequence more reliable (using gify API to calculate animation duration) + Resign interface to gain more space. --- webAO/misc/character_change.png | Bin 0 -> 1229 bytes webAO/misc/character_random.png | Bin 0 -> 1277 bytes webAO/misc/crossexamination.gif | Bin 0 -> 88834 bytes webAO/misc/holdit.gif | Bin 0 -> 40518 bytes webAO/misc/objection.gif | Bin 0 -> 44417 bytes webAO/misc/takethat.gif | Bin 0 -> 42063 bytes webAO/misc/witnesstestimony.gif | Bin 0 -> 105223 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 webAO/misc/character_change.png create mode 100644 webAO/misc/character_random.png create mode 100644 webAO/misc/crossexamination.gif create mode 100644 webAO/misc/holdit.gif create mode 100644 webAO/misc/objection.gif create mode 100644 webAO/misc/takethat.gif create mode 100644 webAO/misc/witnesstestimony.gif (limited to 'webAO/misc') diff --git a/webAO/misc/character_change.png b/webAO/misc/character_change.png new file mode 100644 index 0000000..ef210c8 Binary files /dev/null and b/webAO/misc/character_change.png differ diff --git a/webAO/misc/character_random.png b/webAO/misc/character_random.png new file mode 100644 index 0000000..e90267e Binary files /dev/null and b/webAO/misc/character_random.png differ diff --git a/webAO/misc/crossexamination.gif b/webAO/misc/crossexamination.gif new file mode 100644 index 0000000..a7754b6 Binary files /dev/null and b/webAO/misc/crossexamination.gif differ diff --git a/webAO/misc/holdit.gif b/webAO/misc/holdit.gif new file mode 100644 index 0000000..5f71ac6 Binary files /dev/null and b/webAO/misc/holdit.gif differ diff --git a/webAO/misc/objection.gif b/webAO/misc/objection.gif new file mode 100644 index 0000000..6aae2e5 Binary files /dev/null and b/webAO/misc/objection.gif differ diff --git a/webAO/misc/takethat.gif b/webAO/misc/takethat.gif new file mode 100644 index 0000000..dd03310 Binary files /dev/null and b/webAO/misc/takethat.gif differ diff --git a/webAO/misc/witnesstestimony.gif b/webAO/misc/witnesstestimony.gif new file mode 100644 index 0000000..03b4900 Binary files /dev/null and b/webAO/misc/witnesstestimony.gif differ -- cgit