Added: Sea mines, when fully implemented, will explode and take lifes from player.

This commit is contained in:
Foxar
2020-12-10 12:52:54 +01:00
parent f86a1bf190
commit 1c9351e5e9
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ private:
Mesh seabed;
Mesh island;
Mesh skybox;
Mesh mine;
LightBulb bulb;
Player player;
Camera camera;