diff tests/test_font.nim @ 420:91e018270832

fix: all tests (once more)
author Sam <sam@basx.dev>
date Mon, 29 Jan 2024 00:19:35 +0700
parents 009d93d69170
children a03b6db25282
line wrap: on
line diff
--- a/tests/test_font.nim	Sun Jan 28 22:18:25 2024 +0700
+++ b/tests/test_font.nim	Mon Jan 29 00:19:35 2024 +0700
@@ -22,7 +22,7 @@
 Vertical alignment:
   F4: Top
   F5: Center
-  F6: Bottom""", scale = 0.0001, position = newVec2f(0, 0), horizontalAlignment = Left, verticalAlignment = Top)
+  F6: Bottom""", scale = 0.0002, position = newVec2f(0, 0), horizontalAlignment = Left, verticalAlignment = Top)
   scene.add main_text
   scene.add help_text
   engine.loadScene(scene)