diff examples/E10_pong.nim @ 271:95281f2db400

did: fix API changes broke examples
author Sam <sam@basx.dev>
date Tue, 30 May 2023 16:58:35 +0700
parents ad078e26a1c7
children da0bd61abe91
line wrap: on
line diff
--- a/examples/E10_pong.nim	Tue May 30 16:58:14 2023 +0700
+++ b/examples/E10_pong.nim	Tue May 30 16:58:35 2023 +0700
@@ -1,6 +1,6 @@
 import std/times
 
-import semicongine
+import ../src/semicongine
 
 let
   barcolor = hexToColorAlpha("5A3F00").gamma(2.2).colorToHex()