added plots and new style
This commit is contained in:
@@ -9,8 +9,8 @@ namespace example
|
||||
VE_OVERIDE();
|
||||
VE_EVENT_OVERIDE();
|
||||
|
||||
ImVec2 m_size = ImVec2{ 400.f, 400.f };
|
||||
ImVec2 m_pos = ImVec2{ 400.f, 400.f };
|
||||
ImVec2 m_size = ImVec2{ 1200.f, 400.f };
|
||||
ImVec2 m_pos = ImVec2{ 1200.f, 400.f };
|
||||
std::string m_key;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user