From e1da92454d096c28292699f64d891a3af292a204 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 12 Oct 2017 13:20:06 +0200 Subject: Initial work on animations. --- assets/src/human.xcf | Bin 0 -> 15712 bytes assets/test_0.png | Bin 0 -> 990 bytes assets/test_1.png | Bin 0 -> 774 bytes assets/test_2.png | Bin 0 -> 908 bytes assets/test_3.png | Bin 0 -> 954 bytes assets/units/human/body_idle_x_0.png | Bin 0 -> 2861 bytes assets/units/human/body_idle_x_1.png | Bin 0 -> 2697 bytes assets/units/human/head_idle_x_0.png | Bin 0 -> 2045 bytes assets/units/human/head_idle_y_0.png | Bin 0 -> 1743 bytes assets/units/human/legs_walking_x_0.png | Bin 0 -> 961 bytes assets/units/human/legs_walking_x_1.png | Bin 0 -> 964 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/src/human.xcf create mode 100644 assets/test_0.png create mode 100644 assets/test_1.png create mode 100644 assets/test_2.png create mode 100644 assets/test_3.png create mode 100644 assets/units/human/body_idle_x_0.png create mode 100644 assets/units/human/body_idle_x_1.png create mode 100644 assets/units/human/head_idle_x_0.png create mode 100644 assets/units/human/head_idle_y_0.png create mode 100644 assets/units/human/legs_walking_x_0.png create mode 100644 assets/units/human/legs_walking_x_1.png (limited to 'assets') diff --git a/assets/src/human.xcf b/assets/src/human.xcf new file mode 100644 index 0000000..17c2aa5 Binary files /dev/null and b/assets/src/human.xcf differ diff --git a/assets/test_0.png b/assets/test_0.png new file mode 100644 index 0000000..9f131f0 Binary files /dev/null and b/assets/test_0.png differ diff --git a/assets/test_1.png b/assets/test_1.png new file mode 100644 index 0000000..b0d00ac Binary files /dev/null and b/assets/test_1.png differ diff --git a/assets/test_2.png b/assets/test_2.png new file mode 100644 index 0000000..47af1bf Binary files /dev/null and b/assets/test_2.png differ diff --git a/assets/test_3.png b/assets/test_3.png new file mode 100644 index 0000000..5793931 Binary files /dev/null and b/assets/test_3.png differ diff --git a/assets/units/human/body_idle_x_0.png b/assets/units/human/body_idle_x_0.png new file mode 100644 index 0000000..d998a21 Binary files /dev/null and b/assets/units/human/body_idle_x_0.png differ diff --git a/assets/units/human/body_idle_x_1.png b/assets/units/human/body_idle_x_1.png new file mode 100644 index 0000000..03907f0 Binary files /dev/null and b/assets/units/human/body_idle_x_1.png differ diff --git a/assets/units/human/head_idle_x_0.png b/assets/units/human/head_idle_x_0.png new file mode 100644 index 0000000..49c8d62 Binary files /dev/null and b/assets/units/human/head_idle_x_0.png differ diff --git a/assets/units/human/head_idle_y_0.png b/assets/units/human/head_idle_y_0.png new file mode 100644 index 0000000..07f3e11 Binary files /dev/null and b/assets/units/human/head_idle_y_0.png differ diff --git a/assets/units/human/legs_walking_x_0.png b/assets/units/human/legs_walking_x_0.png new file mode 100644 index 0000000..680e47d Binary files /dev/null and b/assets/units/human/legs_walking_x_0.png differ diff --git a/assets/units/human/legs_walking_x_1.png b/assets/units/human/legs_walking_x_1.png new file mode 100644 index 0000000..694d71b Binary files /dev/null and b/assets/units/human/legs_walking_x_1.png differ -- cgit