From 23ef0d0916207c9d00ec3b39778fb8a7ec29e1cb Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 8 Oct 2022 18:45:51 +0200 Subject: DevTest: Clean up callback textures --- .../callbacks/textures/callbacks_callback_entity.png | Bin 156 -> 142 bytes .../textures/callbacks_callback_entity_step.png | Bin 166 -> 139 bytes .../callbacks/textures/callbacks_callback_item_1.png | Bin 148 -> 126 bytes .../callbacks/textures/callbacks_callback_item_2.png | Bin 148 -> 128 bytes .../testtools/textures/testtools_particle_spawner.png | Bin 138 -> 121 bytes games/devtest/mods/unittests/entity.lua | 2 +- .../mods/unittests/textures/unittests_callback.png | Bin 0 -> 157 bytes 7 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 games/devtest/mods/unittests/textures/unittests_callback.png (limited to 'games/devtest') diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png b/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png index c4c9066d1..5125cc6c9 100644 Binary files a/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png and b/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png differ diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png b/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png index b67506a97..7676150a8 100644 Binary files a/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png and b/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png differ diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png b/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png index 92cbc1be3..44841236f 100644 Binary files a/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png and b/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png differ diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png b/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png index 85732af7c..f4098c692 100644 Binary files a/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png and b/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png differ diff --git a/games/devtest/mods/testtools/textures/testtools_particle_spawner.png b/games/devtest/mods/testtools/textures/testtools_particle_spawner.png index 5df416a58..5bd276b61 100644 Binary files a/games/devtest/mods/testtools/textures/testtools_particle_spawner.png and b/games/devtest/mods/testtools/textures/testtools_particle_spawner.png differ diff --git a/games/devtest/mods/unittests/entity.lua b/games/devtest/mods/unittests/entity.lua index 68635cad7..565dd6adf 100644 --- a/games/devtest/mods/unittests/entity.lua +++ b/games/devtest/mods/unittests/entity.lua @@ -15,7 +15,7 @@ core.register_entity("unittests:callbacks", { initial_properties = { hp_max = 5, visual = "upright_sprite", - textures = { "unittests_stick.png" }, + textures = { "unittests_callback.png" }, static_save = false, }, diff --git a/games/devtest/mods/unittests/textures/unittests_callback.png b/games/devtest/mods/unittests/textures/unittests_callback.png new file mode 100644 index 000000000..3c80fdc0d Binary files /dev/null and b/games/devtest/mods/unittests/textures/unittests_callback.png differ -- cgit v1.2.3