Increased combo duration by 50%

This commit is contained in:
Sam 2021-03-20 16:44:18 -04:00
parent 5de4011221
commit 73bb583235

View File

@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
use specs::{Component, DerefFlaggedStorage};
use specs_idvs::IdvStorage;
pub const COMBO_DECAY_START: f64 = 5.0; // seconds
pub const COMBO_DECAY_START: f64 = 7.5; // seconds
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
pub struct Combo {