mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Add Knuckles to sprite test
This commit is contained in:
parent
a36ebab06e
commit
cf3d608df0
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ screen_sprite_test_load()
|
||||||
chara_file = "\\SPRITES\\MILES.CHARA;1";
|
chara_file = "\\SPRITES\\MILES.CHARA;1";
|
||||||
tim_file = "\\SPRITES\\MILES.TIM;1";
|
tim_file = "\\SPRITES\\MILES.TIM;1";
|
||||||
break;
|
break;
|
||||||
|
case CHARA_KNUCKLES:
|
||||||
|
chara_file = "\\SPRITES\\KNUX.CHARA;1";
|
||||||
|
tim_file = "\\SPRITES\\KNUX.TIM;1";
|
||||||
|
break;
|
||||||
case CHARA_SONIC:
|
case CHARA_SONIC:
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue