diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 09:11:08 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 09:11:08 -0600 |
commit | f57de5cd6075c071fe89bb7af898072b0a8daab6 (patch) | |
tree | a7bf31e5c791e5f0c4122f661b72a621ec3eff2b /src/constants.rs | |
parent | 7ef7e745c9be4d07dbfcc4e536709924c7c982d4 (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.rs | 2 |
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; |