mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add a dark mode to speech bubbles; consistantly use 'speech bubble' instead of 'chat bubble'
This commit is contained in:

committed by
Pfauenauge90
parent
c65967ccdb
commit
3c07d02218
@ -86,7 +86,7 @@ impl Default for Activity {
|
||||
fn default() -> Self { Activity::Idle(Vec2::zero()) }
|
||||
}
|
||||
|
||||
/// Default duration in seconds of chat bubbles
|
||||
/// Default duration in seconds of speech bubbles
|
||||
pub const SPEECH_BUBBLE_DURATION: f64 = 5.0;
|
||||
|
||||
/// Adds a speech bubble to the entity
|
||||
|
Reference in New Issue
Block a user