-
Notifications
You must be signed in to change notification settings - Fork 0
Inbuilt Console #3
Copy link
Copy link
Open
Labels
Important FeatureImportant FeaturesImportant FeaturesUIAny UI Related IssueAny UI Related IssueWorkingThe Issue which is in progressThe Issue which is in progress
Description
Metadata
Metadata
Assignees
Labels
Important FeatureImportant FeaturesImportant FeaturesUIAny UI Related IssueAny UI Related IssueWorkingThe Issue which is in progressThe Issue which is in progress
Feature of inbuilt console so don't need to check console all again
Describe the solution you'd like
Use something like this and make a good console
ImGui::Begin("Console");
ImGui::TextColored(ImVec4(1, 1, 0, 1), "Important Stuff");
ImGui::End();
Describe alternatives you've considered
Nothing (Thinking)