From 79fbb36d2a4d73001c446f75b3b87dc84f1605b6 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 7 Dec 2022 22:27:24 +0200 Subject: ReiLuaGui calculator example. --- examples/resources/images/LICENCE | 3 +++ examples/resources/images/cancel.png | Bin 0 -> 8126 bytes examples/resources/images/n-patch.png | Bin 6021 -> 0 bytes examples/resources/images/ui_bgr.png | Bin 0 -> 2167 bytes examples/resources/images/ui_border.png | Bin 0 -> 1170 bytes 5 files changed, 3 insertions(+) create mode 100644 examples/resources/images/cancel.png delete mode 100644 examples/resources/images/n-patch.png create mode 100644 examples/resources/images/ui_bgr.png create mode 100644 examples/resources/images/ui_border.png (limited to 'examples/resources/images') diff --git a/examples/resources/images/LICENCE b/examples/resources/images/LICENCE index a1d1f46..bfe263f 100644 --- a/examples/resources/images/LICENCE +++ b/examples/resources/images/LICENCE @@ -4,6 +4,9 @@ arcade_platformerV2.png GrafxKid CC0 https://opengameart.org/content/ar apple.png Jussi Viitala CC0 grass.png Jussi Viitala CC0 snake.png Jussi Viitala CC0 +ui_border.png Jussi Viitala CC0 +ui_bgr.png Jussi Viitala CC0 check-mark.png Delapouite Creative Commons 3.0 https://game-icons.net Resized circle.png Delapouite Creative Commons 3.0 https://game-icons.net Resized plain-circle.png Delapouite Creative Commons 3.0 https://game-icons.net Resized +cancel.png Sbed Creative Commons 3.0 https://game-icons.net Resized \ No newline at end of file diff --git a/examples/resources/images/cancel.png b/examples/resources/images/cancel.png new file mode 100644 index 0000000..1468f67 Binary files /dev/null and b/examples/resources/images/cancel.png differ diff --git a/examples/resources/images/n-patch.png b/examples/resources/images/n-patch.png deleted file mode 100644 index c6e738b..0000000 Binary files a/examples/resources/images/n-patch.png and /dev/null differ diff --git a/examples/resources/images/ui_bgr.png b/examples/resources/images/ui_bgr.png new file mode 100644 index 0000000..d7cbec6 Binary files /dev/null and b/examples/resources/images/ui_bgr.png differ diff --git a/examples/resources/images/ui_border.png b/examples/resources/images/ui_border.png new file mode 100644 index 0000000..85936fc Binary files /dev/null and b/examples/resources/images/ui_border.png differ -- cgit v1.2.3