1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00
This commit is contained in:
Robin Appelman 2025-02-22 01:32:21 +01:00
commit 009628aecc
3 changed files with 115 additions and 96 deletions

View file

@ -492,7 +492,6 @@ pub struct GameText<'a> {
#[serde(rename = "targetname", default)]
pub target_name: Option<&'a str>,
pub message: &'a str,
pub fadeout: f32,
pub color: Color,
#[serde(rename = "fadein")]
pub fade_in: f32,