From 60544ac56f13132ef24ce38024627a127f7f15f0 Mon Sep 17 00:00:00 2001 From: Hugues Ross Date: Sun, 26 Jan 2020 14:35:26 -0500 Subject: Add 9-slice background support to button formspec elements (#9290) --- games/minimal/mods/test/textures/test_bg_9slice.png | Bin 0 -> 1017 bytes .../mods/test/textures/test_bg_9slice_hovered.png | Bin 0 -> 1016 bytes .../mods/test/textures/test_bg_9slice_pressed.png | Bin 0 -> 1016 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 games/minimal/mods/test/textures/test_bg_9slice.png create mode 100644 games/minimal/mods/test/textures/test_bg_9slice_hovered.png create mode 100644 games/minimal/mods/test/textures/test_bg_9slice_pressed.png (limited to 'games/minimal/mods/test/textures') diff --git a/games/minimal/mods/test/textures/test_bg_9slice.png b/games/minimal/mods/test/textures/test_bg_9slice.png new file mode 100644 index 000000000..f9fe6870b Binary files /dev/null and b/games/minimal/mods/test/textures/test_bg_9slice.png differ diff --git a/games/minimal/mods/test/textures/test_bg_9slice_hovered.png b/games/minimal/mods/test/textures/test_bg_9slice_hovered.png new file mode 100644 index 000000000..e614a5eee Binary files /dev/null and b/games/minimal/mods/test/textures/test_bg_9slice_hovered.png differ diff --git a/games/minimal/mods/test/textures/test_bg_9slice_pressed.png b/games/minimal/mods/test/textures/test_bg_9slice_pressed.png new file mode 100644 index 000000000..125c774fb Binary files /dev/null and b/games/minimal/mods/test/textures/test_bg_9slice_pressed.png differ -- cgit v1.2.3