mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-24 11:29:18 +00:00
second: more work toward end
This commit is contained in:
parent
c52b42f3c2
commit
c7c764a597
38
demos/second/part20_credits/NOTES
Normal file
38
demos/second/part20_credits/NOTES
Normal file
@ -0,0 +1,38 @@
|
||||
opening
|
||||
animation
|
||||
explosion
|
||||
2nd reality
|
||||
chessboard
|
||||
tunnel
|
||||
interference
|
||||
more interference
|
||||
ape
|
||||
oak
|
||||
lens
|
||||
roto
|
||||
plasma
|
||||
cube
|
||||
balls
|
||||
transmission
|
||||
ocean
|
||||
polar
|
||||
3d
|
||||
nuts
|
||||
credits
|
||||
|
||||
scrolly credits
|
||||
|
||||
|
||||
Apple II Reality
|
||||
|
||||
Greets:
|
||||
French Touch
|
||||
Grouik?
|
||||
Fenarasia?
|
||||
Trixter
|
||||
4am
|
||||
Qkumba
|
||||
Sizecoding People
|
||||
Utopia BBS (MD)
|
||||
|
||||
|
21
demos/second/part20_credits/graphics/Makefile
Normal file
21
demos/second/part20_credits/graphics/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
include ../../../../Makefile.inc
|
||||
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
|
||||
all: nuts4.hgr.zx02
|
||||
|
||||
|
||||
####
|
||||
|
||||
nuts4.hgr: nuts4.png
|
||||
$(PNG_TO_HGR) nuts4.png > nuts4.hgr
|
||||
|
||||
nuts4.hgr.zx02: nuts4.hgr
|
||||
$(ZX02) nuts4.hgr nuts4.hgr.zx02
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~
|
BIN
demos/second/part20_credits/graphics/credits_2.png
Normal file
BIN
demos/second/part20_credits/graphics/credits_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
demos/second/part20_credits/graphics/fc_grey.png
Normal file
BIN
demos/second/part20_credits/graphics/fc_grey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
demos/second/part20_credits/graphics/fc_iipix.png
Normal file
BIN
demos/second/part20_credits/graphics/fc_iipix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
demos/second/part20_credits/graphics/nuts4.png
Normal file
BIN
demos/second/part20_credits/graphics/nuts4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Loading…
x
Reference in New Issue
Block a user