static game #1
This commit is contained in:
@@ -23,7 +23,7 @@ class Ari : public Game
|
||||
{
|
||||
|
||||
public:
|
||||
Ari();
|
||||
Ari(const Engine &t_engine);
|
||||
~Ari();
|
||||
|
||||
void onInit();
|
||||
@@ -33,9 +33,13 @@ public:
|
||||
|
||||
private:
|
||||
void initBulb();
|
||||
void calcSpiral(int X, int Y);
|
||||
LightBulb bulb;
|
||||
Player *player;
|
||||
Camera *camera;
|
||||
Player player;
|
||||
Mesh island, islandAddons, skybox;
|
||||
Mesh *waterFloors;
|
||||
Point *spirals;
|
||||
Camera camera;
|
||||
TextureRepository *texRepo;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user