Fix title screen - Neut Tower builds!!
This commit is contained in:
parent
8aeea9aaad
commit
78e559cf3b
BIN
NeutTower.dsk
Normal file
BIN
NeutTower.dsk
Normal file
Binary file not shown.
|
@ -75,8 +75,8 @@
|
|||
|
||||
(create-sys-loader disk :NEUT game)
|
||||
|
||||
(disk:add-file "TITLE.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "game/title.screen") :fromhex))
|
||||
(disk:add-file "ELEVATOR.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "game/end.screen") :fromhex))
|
||||
(disk:add-file "TITLE.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "neuttower/title.screen") :fromhex))
|
||||
(disk:add-file "ELEVATOR.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "neuttower/end.screen") :fromhex))
|
||||
(each [_ file (ipairs game.files)]
|
||||
(disk:add-file file.filename Prodos.file-type.BIN file.org (. game.org-to-block file.org :bytes)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue