comparison 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
comparison
equal deleted inserted replaced
419:18e5443e4f83 420:91e018270832
20 F2: Center 20 F2: Center
21 F3: Right 21 F3: Right
22 Vertical alignment: 22 Vertical alignment:
23 F4: Top 23 F4: Top
24 F5: Center 24 F5: Center
25 F6: Bottom""", scale = 0.0001, position = newVec2f(0, 0), horizontalAlignment = Left, verticalAlignment = Top) 25 F6: Bottom""", scale = 0.0002, position = newVec2f(0, 0), horizontalAlignment = Left, verticalAlignment = Top)
26 scene.add main_text 26 scene.add main_text
27 scene.add help_text 27 scene.add help_text
28 engine.loadScene(scene) 28 engine.loadScene(scene)
29 29
30 while engine.updateInputs() == Running and not engine.keyIsDown(Escape): 30 while engine.updateInputs() == Running and not engine.keyIsDown(Escape):