demo finish

This commit is contained in:
h4570
2022-08-20 00:34:43 +02:00
parent 405d5afd35
commit 57767eee72
6 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ namespace Demo {
struct EnemyInfo {
u8 adpcmChannel;
audsrv_adpcm_t* adpcmSample;
audsrv_adpcm_t* adpcmPunch;
audsrv_adpcm_t* adpcmDeath;
DynamicMesh* motherMesh;
Texture* bodyTexture;
Texture* clothTexture;
+6 -2
View File
@@ -26,10 +26,14 @@ class Hud {
~Hud();
TextureRepository* repo;
Texture* hpTexture;
unique_ptr<Sprite> hpSprite;
Texture* crosshairTexture;
unique_ptr<Sprite> crosshairSprite;
unique_ptr<Sprite> soldierSprite;
Texture* hpTexture;
Texture* crosshairTexture;
Texture* soldierTexture;
};
} // namespace Demo