diff options
author | Wuzzy <Wuzzy@disroot.org> | 2022-10-08 18:45:51 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-10-23 21:58:56 +0200 |
commit | 23ef0d0916207c9d00ec3b39778fb8a7ec29e1cb (patch) | |
tree | 3cbf2e6f79ceb260a1983736b5dc4dbae7c8add3 | |
parent | 2da92ed81e9867483a4d49bc1f9cbfb104755ff7 (diff) | |
download | minetest-23ef0d0916207c9d00ec3b39778fb8a7ec29e1cb.tar.xz |
DevTest: Clean up callback textures
-rw-r--r-- | games/devtest/mods/callbacks/textures/callbacks_callback_entity.png | bin | 156 -> 142 bytes | |||
-rw-r--r-- | games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png | bin | 166 -> 139 bytes | |||
-rw-r--r-- | games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png | bin | 148 -> 126 bytes | |||
-rw-r--r-- | games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png | bin | 148 -> 128 bytes | |||
-rw-r--r-- | games/devtest/mods/testtools/textures/testtools_particle_spawner.png | bin | 138 -> 121 bytes | |||
-rw-r--r-- | games/devtest/mods/unittests/entity.lua | 2 | ||||
-rw-r--r-- | games/devtest/mods/unittests/textures/unittests_callback.png | bin | 0 -> 157 bytes |
7 files changed, 1 insertions, 1 deletions
diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png b/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png Binary files differindex c4c9066d1..5125cc6c9 100644 --- a/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png +++ b/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png b/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png Binary files differindex b67506a97..7676150a8 100644 --- a/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png +++ b/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png b/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png Binary files differindex 92cbc1be3..44841236f 100644 --- a/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png +++ b/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png diff --git a/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png b/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png Binary files differindex 85732af7c..f4098c692 100644 --- a/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png +++ b/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png diff --git a/games/devtest/mods/testtools/textures/testtools_particle_spawner.png b/games/devtest/mods/testtools/textures/testtools_particle_spawner.png Binary files differindex 5df416a58..5bd276b61 100644 --- a/games/devtest/mods/testtools/textures/testtools_particle_spawner.png +++ b/games/devtest/mods/testtools/textures/testtools_particle_spawner.png 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 Binary files differnew file mode 100644 index 000000000..3c80fdc0d --- /dev/null +++ b/games/devtest/mods/unittests/textures/unittests_callback.png |