la classe Texture ja pot tindre un numero indefinit de paletes 😌

This commit is contained in:
2024-07-25 10:13:20 +02:00
parent 073dd2a904
commit 1a00a08300
5 changed files with 60 additions and 23 deletions

View File

@@ -364,6 +364,7 @@ bool Director::setFileList()
asset->add(prefix + "/data/gfx/title_dust.ani", t_data);
asset->add(prefix + "/data/gfx/player1.gif", t_bitmap);
asset->add(prefix + "/data/gfx/player1_pal1.gif", t_bitmap);
asset->add(prefix + "/data/gfx/player2.gif", t_bitmap);
asset->add(prefix + "/data/gfx/player.ani", t_data);
asset->add(prefix + "/data/gfx/player1_power.gif", t_bitmap);