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
|
||||
*.swp
|
||||
*.log
|
||||
*.jim
|
||||
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
|
||||
dup not objects @ and if
|
||||
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
|
||||
then
|
||||
>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