Readme has some linux info now.

This commit is contained in:
Kapendev 2024-11-15 01:18:39 +02:00
parent ec4e7d2eb0
commit 0c67a8d832
2 changed files with 26 additions and 4 deletions

View file

@ -21,7 +21,7 @@ bool update(float dt) {
viewport.detach();
// Draw the viewport and other things inside the window.
drawViewport(viewport, resolution * Vec2(0.5), DrawOptions(Hook.center));
drawDebugText("Move the mouse inside the black box.", Vec2(8), DrawOptions(Vec2(2)));
drawDebugText("Move the mouse inside the box and resize the window.", Vec2(12), DrawOptions(Vec2(2)));
return false;
}