Add fly animations
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "Gui/Screens/ScreenManager.h"
|
||||
#include "Camera.h"
|
||||
#include "OrbitingObject.h"
|
||||
#include "SoundEffect.h"
|
||||
#include "Text.h"
|
||||
#include "Gui/GuiMeter.h"
|
||||
#include "Gui/Screens/MainScreen.h"
|
||||
@@ -45,7 +46,7 @@ private:
|
||||
|
||||
WorldTile* m_pSelectedTile { nullptr };
|
||||
|
||||
std::vector<Building> m_Buildings{};
|
||||
std::vector<Building*> m_Buildings{};
|
||||
|
||||
|
||||
MainScreen* m_MainScreen{};
|
||||
@@ -55,10 +56,12 @@ private:
|
||||
|
||||
Texture* m_topCover{ nullptr };
|
||||
|
||||
|
||||
// ImGui Vars
|
||||
bool m_ShowTextureManagerWindow { false };
|
||||
bool m_ShowCameraWindow { false };
|
||||
bool m_ShowPlayerInfo { true };
|
||||
bool m_ShowGameManagerInfo{ true };
|
||||
|
||||
bool m_FollowPlayer { true };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user