diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-22 01:00:53 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-22 01:00:53 -0500 |
| commit | 20dc6941752047a2e94176340a1297304dc7f123 (patch) | |
| tree | 032826be32887e777138fa199025fa0f77670ce1 /graphics/src/audio/data.rs | |
| parent | audio: fix tempo (off by one, rahhhgit status!) (diff) | |
| download | DungeonCrawl-20dc6941752047a2e94176340a1297304dc7f123.tar.gz DungeonCrawl-20dc6941752047a2e94176340a1297304dc7f123.tar.bz2 DungeonCrawl-20dc6941752047a2e94176340a1297304dc7f123.zip | |
audio: change tempo -> pause_len
Diffstat (limited to 'graphics/src/audio/data.rs')
| -rw-r--r-- | graphics/src/audio/data.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/src/audio/data.rs b/graphics/src/audio/data.rs index 5011758..8ed95bb 100644 --- a/graphics/src/audio/data.rs +++ b/graphics/src/audio/data.rs @@ -3,7 +3,7 @@ use crate::audio::{parse, program::Program}; const MELODY: &str = r#" ; setup a v100 d50 -o120 +P4 %define notes a p$1 v100 - a v0 - @@ -34,7 +34,6 @@ const BASE: &str = r#" ; setup b v100 d50 -o120 %define notes b p$1 v100 -- b v0 -- |