summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-04 09:11:08 -0600
committerTom Barrett <tom@tombarrett.xyz>2020-03-04 09:11:08 -0600
commitf57de5cd6075c071fe89bb7af898072b0a8daab6 (patch)
treea7bf31e5c791e5f0c4122f661b72a621ec3eff2b /src/constants.rs
parent7ef7e745c9be4d07dbfcc4e536709924c7c982d4 (diff)
compiles a semi optimized version always, sets up volume to be very low
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index cc26d4a..e981c8c 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -17,3 +17,5 @@ pub const C64_GREY: [u8; 3] = [119, 119, 119];
pub const C64_LIGHT_GREEN: [u8; 3] = [170, 255, 102];
pub const C64_LIGHT_BLUE: [u8; 3] = [0, 136, 255];
pub const C64_LIGHT_GREY: [u8; 3] = [187, 187, 187];
+
+pub const VOLUME: f32 = 0.02;