添加box2d库

This commit is contained in:
2025-06-18 16:43:05 +08:00
parent 91af2392ed
commit 1f9b53609e
11 changed files with 424 additions and 28 deletions

View File

@ -10,7 +10,7 @@ namespace Hazel
{
public:
HazelEditor()
: Application("Hazel Editor", 1600, 900)
: Application("Hazel Editor", 1920, 1080)
{
PushLayer(new EditorLayer());
}