From 70a2bcba18aa9855380c132f89e26b61bfd2cb40 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 3 Jan 2024 18:23:19 +0200 Subject: Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphInfo management functions. --- examples/resources/images/LICENCE | 1 + examples/resources/images/button.png | Bin 0 -> 1130 bytes 2 files changed, 1 insertion(+) create mode 100644 examples/resources/images/button.png (limited to 'examples/resources/images') diff --git a/examples/resources/images/LICENCE b/examples/resources/images/LICENCE index 8666043..9f8248a 100644 --- a/examples/resources/images/LICENCE +++ b/examples/resources/images/LICENCE @@ -9,6 +9,7 @@ ui_bgr.png Jussi Viitala CC0 gradient.png Jussi Viitala CC0 light.png Jussi Viitala CC0 nPatch.png Jussi Viitala CC0 +button.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 diff --git a/examples/resources/images/button.png b/examples/resources/images/button.png new file mode 100644 index 0000000..372c4eb Binary files /dev/null and b/examples/resources/images/button.png differ -- cgit v1.2.3