Fix entity-at, include .jim files for faster startup
This commit is contained in:
parent
30b114ebed
commit
bee7922a9f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,4 @@
|
||||||
*.dsk
|
*.dsk
|
||||||
*.swp
|
*.swp
|
||||||
*.log
|
*.log
|
||||||
*.jim
|
|
||||||
game.map
|
game.map
|
||||||
|
|
BIN
entity.jim
Executable file
BIN
entity.jim
Executable file
Binary file not shown.
BIN
footer.jim
Executable file
BIN
footer.jim
Executable file
Binary file not shown.
2
game.jor
2
game.jor
|
@ -18,7 +18,7 @@ var objects
|
||||||
0 entities each single-entity-at if break then more
|
0 entities each single-entity-at if break then more
|
||||||
dup not objects @ and if
|
dup not objects @ and if
|
||||||
objects @ links each
|
objects @ links each
|
||||||
>r r@ obj-entity single-entity-at if rdrop 0 else <r then
|
>r r@ obj-entity single-entity-at if rdrop break else <r then
|
||||||
more
|
more
|
||||||
then
|
then
|
||||||
>rot drop drop ;
|
>rot drop drop ;
|
||||||
|
|
BIN
lev00001.jim
Executable file
BIN
lev00001.jim
Executable file
Binary file not shown.
BIN
lev00002.jim
Executable file
BIN
lev00002.jim
Executable file
Binary file not shown.
Loading…
Reference in a new issue