mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-10 02:29:58 +00:00
demos: update the build
This commit is contained in:
parent
5a73be34b7
commit
a1beb7b2f2
@ -20,16 +20,18 @@ flyer_512.dsk: FLYER
|
||||
flyer_512.woz: FLYER
|
||||
$(PICTUREDSK) ./flux_image/desire2.bmp flyer_512.woz FLYER
|
||||
|
||||
submit: text8.zip
|
||||
submit: flyer512.zip
|
||||
|
||||
text8.zip: FLYER flyer.s file_id.diz flyer_512.dsk
|
||||
flyer512.zip: FLYER flyer.s file_id.diz flyer_512.dsk
|
||||
mkdir -p lovebyte2021_flyer_512
|
||||
cp FLYER ./lovebyte2021_flyer_512
|
||||
cp flyer.s ./lovebyte2021_flyer_512
|
||||
cp *.s ./lovebyte2021_flyer_512
|
||||
cp file_id.diz ./lovebyte2021_flyer_512
|
||||
cp flyer_512.dsk ./lovebyte2021_flyer_512
|
||||
cp flyer_512.woz ./lovebyte2021_flyer_512
|
||||
cp flyer_720p.mp4 ./lovebyte2021_flyer_512
|
||||
zip -r text8.zip lovebyte2021_flyer_512
|
||||
cp desire2.png ./lovebyte2021_flyer_512
|
||||
zip -r flyer512.zip lovebyte2021_flyer_512
|
||||
|
||||
####
|
||||
|
||||
|
BIN
demos/l/flyer_512/desire2.png
Normal file
BIN
demos/l/flyer_512/desire2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
@ -19,16 +19,19 @@ orb.dsk: $(DOS33) HELLO COMBO
|
||||
|
||||
###
|
||||
|
||||
submit: combo_256.zip
|
||||
submit: orb_256.zip
|
||||
|
||||
combo_256.zip: BOXES boxes.s file_id.diz orb.dsk
|
||||
mkdir -p lovebyte2022_combo_256
|
||||
cp BOXES ./lovebyte2022_combo_256
|
||||
cp boxes.s ./lovebyte2022_combo_256
|
||||
cp file_id.diz ./lovebyte2022_combo_256
|
||||
cp orb.dsk ./lovebyte2022_combo_256
|
||||
cp combo_256_720p.mp4 ./lovebyte2022_combo_256
|
||||
zip -r combo_256.zip lovebyte2022_combo_256
|
||||
orb_256.zip: COMBO combo.s orb.s staggered.s boxes.s file_id.diz orb.dsk
|
||||
mkdir -p lovebyte2022_orb_256
|
||||
cp COMBO ./lovebyte2022_orb_256
|
||||
cp combo.s ./lovebyte2022_orb_256
|
||||
cp staggered.s ./lovebyte2022_orb_256
|
||||
cp orb.s ./lovebyte2022_orb_256
|
||||
cp boxes.s ./lovebyte2022_orb_256
|
||||
cp file_id.diz ./lovebyte2022_orb_256
|
||||
cp orb.dsk ./lovebyte2022_orb_256
|
||||
cp orb_720p.mp4 ./lovebyte2022_orb_256
|
||||
zip -r orb_256.zip lovebyte2022_orb_256
|
||||
|
||||
###
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
Stargate 128
|
||||
Orb 256
|
||||
-
|
||||
128-byte Intro for Apple II, Lovebyte 2022
|
||||
256-byte Intro for Apple II, Lovebyte 2022
|
||||
by Deater / dSr
|
||||
|
||||
Draws some lo-res stars as you approach a stargate.
|
||||
Three parts
|
||||
* A mystical orb
|
||||
* A shimmery display
|
||||
* Endless boxes
|
||||
|
||||
Made this effect mostly by accident while trying to
|
||||
convert a BASIC rectangular tunnel effect by
|
||||
@hisham_hm to assembly language.
|
||||
|
@ -16,7 +16,7 @@ thick_sine.dsk: HELLO THICK_SINE
|
||||
|
||||
submit: thick_sine64
|
||||
|
||||
thick_sine64: DSR dsr.s file_id.diz thick_sine.dsk
|
||||
thick_sine64: thick_sine.s file_id.diz thick_sine.dsk
|
||||
mkdir -p lovebyte2022_thick_sine64
|
||||
cp THICK_SINE ./lovebyte2022_thick_sine64
|
||||
cp thick_sine.s ./lovebyte2022_thick_sine64
|
||||
|
Loading…
x
Reference in New Issue
Block a user