From 4a29532b5e6c4df57e06f123db65675c685a1438 Mon Sep 17 00:00:00 2001 From: Frederico Santos Date: Thu, 16 May 2024 11:17:50 +0100 Subject: [PATCH] Rename trainer files to use "school_kid" instead of "student" (#962) --- .../trainer/{student_f.json => school_kid_f.json} | 2 +- .../trainer/{student_f.png => school_kid_f.png} | Bin .../trainer/{student_m.json => school_kid_m.json} | 2 +- .../trainer/{student_m.png => school_kid_m.png} | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename public/images/trainer/{student_f.json => school_kid_f.json} (99%) rename public/images/trainer/{student_f.png => school_kid_f.png} (100%) rename public/images/trainer/{student_m.json => school_kid_m.json} (99%) rename public/images/trainer/{student_m.png => school_kid_m.png} (100%) diff --git a/public/images/trainer/student_f.json b/public/images/trainer/school_kid_f.json similarity index 99% rename from public/images/trainer/student_f.json rename to public/images/trainer/school_kid_f.json index 7f739c78d7f..5d38900ba35 100644 --- a/public/images/trainer/student_f.json +++ b/public/images/trainer/school_kid_f.json @@ -1,7 +1,7 @@ { "textures": [ { - "image": "student_f.png", + "image": "school_kid_f.png", "format": "RGBA8888", "size": { "w": 192, diff --git a/public/images/trainer/student_f.png b/public/images/trainer/school_kid_f.png similarity index 100% rename from public/images/trainer/student_f.png rename to public/images/trainer/school_kid_f.png diff --git a/public/images/trainer/student_m.json b/public/images/trainer/school_kid_m.json similarity index 99% rename from public/images/trainer/student_m.json rename to public/images/trainer/school_kid_m.json index f87341e1bf8..daee7de2a03 100644 --- a/public/images/trainer/student_m.json +++ b/public/images/trainer/school_kid_m.json @@ -1,7 +1,7 @@ { "textures": [ { - "image": "student_m.png", + "image": "school_kid_m.png", "format": "RGBA8888", "size": { "w": 178, diff --git a/public/images/trainer/student_m.png b/public/images/trainer/school_kid_m.png similarity index 100% rename from public/images/trainer/student_m.png rename to public/images/trainer/school_kid_m.png