From 35d07fa97404921bb8e9b5185d6f89a3c09d0e9f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 13 Mar 2023 05:52:59 +0100 Subject: Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, allowing access w/o jars. TODO: Test Android. --- .../assets/jogl/util/data/av/test-ntsc01-28x16.png | Bin 396 -> 0 bytes .../assets/newt/data/cross-grey-alpha-16x16.png | Bin 286 -> 0 bytes make/resources/assets/newt/data/jogamp-16x16.png | Bin 549 -> 0 bytes make/resources/assets/newt/data/jogamp-32x32.png | Bin 1020 -> 0 bytes .../assets/newt/data/pointer-grey-alpha-16x24.png | Bin 511 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 make/resources/assets/jogl/util/data/av/test-ntsc01-28x16.png delete mode 100644 make/resources/assets/newt/data/cross-grey-alpha-16x16.png delete mode 100644 make/resources/assets/newt/data/jogamp-16x16.png delete mode 100644 make/resources/assets/newt/data/jogamp-32x32.png delete mode 100644 make/resources/assets/newt/data/pointer-grey-alpha-16x24.png (limited to 'make/resources') diff --git a/make/resources/assets/jogl/util/data/av/test-ntsc01-28x16.png b/make/resources/assets/jogl/util/data/av/test-ntsc01-28x16.png deleted file mode 100644 index 4601a214e..000000000 Binary files a/make/resources/assets/jogl/util/data/av/test-ntsc01-28x16.png and /dev/null differ diff --git a/make/resources/assets/newt/data/cross-grey-alpha-16x16.png b/make/resources/assets/newt/data/cross-grey-alpha-16x16.png deleted file mode 100644 index 303c454fa..000000000 Binary files a/make/resources/assets/newt/data/cross-grey-alpha-16x16.png and /dev/null differ diff --git a/make/resources/assets/newt/data/jogamp-16x16.png b/make/resources/assets/newt/data/jogamp-16x16.png deleted file mode 100644 index 02df8997f..000000000 Binary files a/make/resources/assets/newt/data/jogamp-16x16.png and /dev/null differ diff --git a/make/resources/assets/newt/data/jogamp-32x32.png b/make/resources/assets/newt/data/jogamp-32x32.png deleted file mode 100644 index ab21c6e1b..000000000 Binary files a/make/resources/assets/newt/data/jogamp-32x32.png and /dev/null differ diff --git a/make/resources/assets/newt/data/pointer-grey-alpha-16x24.png b/make/resources/assets/newt/data/pointer-grey-alpha-16x24.png deleted file mode 100644 index 98b2c8640..000000000 Binary files a/make/resources/assets/newt/data/pointer-grey-alpha-16x24.png and /dev/null differ -- cgit v1.2.3