Fix naming of doctor and nurse sprites

This commit is contained in:
Flashfyre 2024-03-21 01:03:37 -04:00
parent a76f795cd5
commit 4fc92f22d9
4 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"textures": [
{
"image": "nurse.png",
"image": "doctor_f.png",
"format": "RGBA8888",
"size": {
"w": 272,

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -1,7 +1,7 @@
{
"textures": [
{
"image": "doctor.png",
"image": "doctor_m.png",
"format": "RGBA8888",
"size": {
"w": 219,

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB