]> gitweb.factorcode.org Git - factor.git/commitdiff
sokoban: fix IN:
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 00:19:41 +0000 (17:19 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 00:20:05 +0000 (17:20 -0700)
extra/sokoban/layout/layout.factor

index aaf70b48e9da83058d38418cbc43dfd4e63679fc..7a5517d1e973413bf60793e7db23541eeeff8f8c 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel arrays namespaces sequences math math.order
 math.vectors colors random ;
-IN: gamelib.demos.sokoban.layout
+IN: sokoban.layout
 
 TUPLE: layout states color ;