mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-26 13:09:56 +03:00
Readme has some linux info now.
This commit is contained in:
parent
ec4e7d2eb0
commit
0c67a8d832
2 changed files with 26 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue