keen: work on level-over

This commit is contained in:
Vince Weaver 2024-04-01 00:25:53 -04:00
parent 4f8168a01d
commit 2d6fee4094
3 changed files with 177 additions and 0 deletions

176
games/keen/SFX Normal file
View File

@ -0,0 +1,176 @@
Working on better music effects
Based on dumped code by the "KeenFX" tool
Note: 65535-value = note freq
3) WLDENTERSND
64155, 10
63495, 5
0,16
62355,2
62175,16
60855,2
0,14
60255,5
69595,13
0,13
58455,1
58275,1
58215,1
57975,1
58275,1
57915
57600
57735,2
57915
57675
57795
57615
57675
56555
15) LVLDONESND (door)
63735,4 E5
0,9
65735,6 E5
0,8
63735,6 E5
0,15
60975,2 C4
60915,5
0,11
61515,12 D4 (roughly)
61455,1
0,7
58275,1 E3
58755,10 F3
58695,1 F3
58755,1 F3
0,6
58655, F3
56715, C#3
0,4
56595,6 C3
0,7
57255, D3
57315, D3
0,2
57195,3 D3
57255,3 D3
57315,1 D3
0,9
57915, D#3
57600, D#3
0,3
57795,3 D#3
57600,4 D#3
0,11
58935, F3
58875
0,3
58995,29 F#3
0,12
55515,4 B2
55575,5
55515,1
55575,4
0,11
64935,5 C6
8) KEENDIESND
64515,4
0,14
62655,4
0,14
64515,5
0,15
62655,5
0,12
64575,4
0,12
62655,4
0,12
63795,3
0,20
61155,
61035
60855
60675
60555
60375
60195
60075
59895
59775
59655
59535
59475
59415
59295,2
59235
59175
59115
59065
58995,2
58935
58875,9
58935,2
58995
59065
59115
59175,2
59295
59415
59535
59775
60135
60555
60855
61095
61155
61215,2
61155,2
61095,3
61035
60915
60795
60735
60615
60555
60495
60255
60135
60015
59895
59895
59835
59775
59715,3
59835
59895,2
60075
60135
60255
60075
60615
60855
61515
61875
62295
63315
63435
63615
63675
63915
63975
64095
64215
64575
64875
TODO: 16) GAMEOVERSND

View File

@ -28,6 +28,7 @@ keen_sprites.inc: keen_sprites.png
$(PNG2SPRITES) keen_sprites.png yorp_sprite_walking_left 16 22 4 8 >> keen_sprites.inc
$(PNG2SPRITES) keen_sprites.png yorp_sprite_walking_right 11 22 4 8 >> keen_sprites.inc
$(PNG2SPRITES) keen_sprites.png yorp_sprite_standing 11 32 4 8 >> keen_sprites.inc
$(PNG2SPRITES) keen_sprites.png keep_sprite_squish 16 32 4 8 >> keen_sprites.inc
####

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB