From ffad45f647f4624c1a71687acbd53dfc745ad1aa Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 12 Aug 2023 23:00:53 +1000 Subject: [PATCH] fix texture name typos --- README.md | 4 ++-- ...{quicksatck_locked.png => quickstack_locked.png} | Bin ...cksatck_unlocked.png => quickstack_unlocked.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename textures/{quicksatck_locked.png => quickstack_locked.png} (100%) rename textures/{quicksatck_unlocked.png => quickstack_unlocked.png} (100%) diff --git a/README.md b/README.md index ae43b3f..15c08ac 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ License for code: [MIT](LICENSE.md#mit-license) License for media: [CC BY-SA 4.0](LICENSE.md#cc-by-sa-40-license) Derivative sources: -- `quicksatck_locked.png`: http://www.clker.com/clipart-2687.html -- `quicksatck_unlocked.png`: http://www.clker.com/clipart-2981.html +- `quickstack_locked.png`: http://www.clker.com/clipart-2687.html +- `quickstack_unlocked.png`: http://www.clker.com/clipart-2981.html - `quickstack_lock_*.png`: https://www.kenney.nl/assets/game-icons - `quickstack_settings.png` (gear): https://github.com/minetest/minetest/blob/master/textures/base/pack/gear_icon.png - `quickstack_pop.ogg`: https://freesound.org/people/MATRIXXX_/sounds/506545 diff --git a/textures/quicksatck_locked.png b/textures/quickstack_locked.png similarity index 100% rename from textures/quicksatck_locked.png rename to textures/quickstack_locked.png diff --git a/textures/quicksatck_unlocked.png b/textures/quickstack_unlocked.png similarity index 100% rename from textures/quicksatck_unlocked.png rename to textures/quickstack_unlocked.png