diff --git a/legacy/ephysics/COPYING_ARTS b/legacy/ephysics/COPYING_ARTS index a72713990b..5deb831ff7 100644 --- a/legacy/ephysics/COPYING_ARTS +++ b/legacy/ephysics/COPYING_ARTS @@ -10,14 +10,19 @@ Unported License: ball-green.png ball-red70.png ball-red.png + bg_floor.jpg bt_jump.png bt_jump_pressed.png bt_restart.png bt_restart_pressed.png + bt_shoot.png + bt_shoot_pressed.png + bt_stop.png + bt_stop_pressed.png collisionL.png cube-blue.png cube-purple.png - impact.png + hexagonal.png list-item-corner.png list-item-corner-pressed.png list-item.png @@ -25,6 +30,12 @@ Unported License: list.png shadow-ball.png shadow-cube.png + spinner_base.png + spinner_bt_left.png + spinner_bt_left_pressed.png + spinner_bt_right.png + spinner_bt_right_pressed.png + star.png === diff --git a/legacy/ephysics/data/themes/Makefile.am b/legacy/ephysics/data/themes/Makefile.am index 745f8596e1..8dba4d887c 100644 --- a/legacy/ephysics/data/themes/Makefile.am +++ b/legacy/ephysics/data/themes/Makefile.am @@ -41,6 +41,7 @@ EXTRA_DIST = \ images/collisionL.png \ images/cube-blue.png \ images/cube-purple.png \ + images/hexagonal.png \ images/list-item.png \ images/list-item-corner.png \ images/list-item-corner-pressed.png \ @@ -51,7 +52,8 @@ EXTRA_DIST = \ images/spinner_bt_left.png \ images/spinner_bt_left_pressed.png \ images/spinner_bt_right.png \ - images/spinner_bt_right_pressed.png + images/spinner_bt_right_pressed.png \ + images/star.png ephysics_test.edj: Makefile $(EXTRA_DIST) $(EDJE_CC) $(EDJE_FLAGS) \ diff --git a/legacy/ephysics/data/themes/images/hexagonal.png b/legacy/ephysics/data/themes/images/hexagonal.png new file mode 100644 index 0000000000..6079691a4c Binary files /dev/null and b/legacy/ephysics/data/themes/images/hexagonal.png differ diff --git a/legacy/ephysics/data/themes/images/impact.png b/legacy/ephysics/data/themes/images/impact.png deleted file mode 100644 index 1dd89dba67..0000000000 Binary files a/legacy/ephysics/data/themes/images/impact.png and /dev/null differ diff --git a/legacy/ephysics/data/themes/images/star.png b/legacy/ephysics/data/themes/images/star.png new file mode 100644 index 0000000000..e1cc444275 Binary files /dev/null and b/legacy/ephysics/data/themes/images/star.png differ