Added 2D gizmos and better editor styling

This commit is contained in:
Antoine Pilote
2023-09-05 20:28:10 -04:00
parent cddb7caf02
commit 29ba97454a
11 changed files with 150 additions and 53 deletions

View File

@@ -61,5 +61,8 @@ namespace Nuake
bool ShouldDrawAxis() const { return m_DrawAxis; }
bool ShouldDrawCollision() const { return m_DebugCollisions; }
private:
std::string GetEntityTypeName(const Entity& entity) const;
};
}