mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
riven: work on more graphics
This commit is contained in:
parent
ea28706818
commit
18688980d2
9
games/riven_hgr/disk02_files/audio/Makefile
Normal file
9
games/riven_hgr/disk02_files/audio/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
||||
|
||||
all: rotate.btc.zx02
|
||||
|
||||
rotate.btc.zx02: rotate.btc
|
||||
$(ZX02) rotate.btc rotate.btc.zx02
|
||||
|
||||
clean:
|
||||
rm -f *.zx02
|
BIN
games/riven_hgr/disk02_files/audio/rotate.btc
Normal file
BIN
games/riven_hgr/disk02_files/audio/rotate.btc
Normal file
Binary file not shown.
BIN
games/riven_hgr/disk02_files/graphics_top/alcove2_w.png
Normal file
BIN
games/riven_hgr/disk02_files/graphics_top/alcove2_w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
games/riven_hgr/disk02_files/graphics_top/alcove3_w.png
Normal file
BIN
games/riven_hgr/disk02_files/graphics_top/alcove3_w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -96,8 +96,8 @@ graphics_doorway/doorway_graphics.inc:
|
||||
graphics_downsteps/downsteps_graphics.inc:
|
||||
cd graphics_downsteps && make
|
||||
|
||||
graphics_downsteps4/downsteps4_graphics.inc:
|
||||
cd graphics_downsteps4 && make
|
||||
graphics_downsteps3/downsteps3_graphics.inc:
|
||||
cd graphics_downsteps3 && make
|
||||
|
||||
####
|
||||
|
||||
|
BIN
games/riven_hgr/disk10_files/graphics_entrance/entrance_e.png
Normal file
BIN
games/riven_hgr/disk10_files/graphics_entrance/entrance_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
games/riven_hgr/disk10_files/graphics_entrance/entrance_w.png
Normal file
BIN
games/riven_hgr/disk10_files/graphics_entrance/entrance_w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -48,7 +48,8 @@ level_orb.o: level_orb.s \
|
||||
../zp.inc ../hardware.inc ../qload.inc \
|
||||
../common_defines.inc disk40_defines.inc \
|
||||
leveldata_orb.inc \
|
||||
graphics_orb1/orb1_graphics.inc
|
||||
graphics_orb1/orb1_graphics.inc \
|
||||
audio/ball1.btc.zx02
|
||||
ca65 -o level_orb.o level_orb.s -l level_orb.lst
|
||||
|
||||
####
|
||||
@ -91,6 +92,9 @@ movie_maglev_ride.o: movie_maglev_ride.s \
|
||||
|
||||
####
|
||||
|
||||
audio/ball1.btc.zx02:
|
||||
cd audio && make
|
||||
|
||||
graphics_maglev/maglev_graphics.inc:
|
||||
cd graphics_maglev && make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user