Fix entity-at, include .jim files for faster startup

This commit is contained in:
Jeremy Penner 2020-02-02 19:23:10 -05:00
parent 30b114ebed
commit bee7922a9f
16 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -3,5 +3,4 @@
*.dsk
*.swp
*.log
*.jim
game.map

BIN
boot.jim Executable file

Binary file not shown.

BIN
defs.jim Executable file

Binary file not shown.

BIN
end.jim Executable file

Binary file not shown.

BIN
entity.jim Executable file

Binary file not shown.

BIN
footer.jim Executable file

Binary file not shown.

BIN
game.jim Executable file

Binary file not shown.

View file

@ -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
input.jim Executable file

Binary file not shown.

BIN
jiles.jim Executable file

Binary file not shown.

BIN
job.jim Executable file

Binary file not shown.

BIN
lev00001.jim Executable file

Binary file not shown.

BIN
lev00002.jim Executable file

Binary file not shown.

BIN
map.jim Executable file

Binary file not shown.

BIN
state.jim Executable file

Binary file not shown.

BIN
timer.jim Executable file

Binary file not shown.