diff --git a/assets/replays/good/1afa.replay b/assets/replays/good/1afa.replay new file mode 100644 index 0000000..43cb1f6 Binary files /dev/null and b/assets/replays/good/1afa.replay differ diff --git a/src/data.rs b/src/data.rs index 9e22804..c5b5f06 100644 --- a/src/data.rs +++ b/src/data.rs @@ -63,6 +63,7 @@ pub(crate) static ATTRIBUTES: phf::Map<&'static str, AttributeTag> = phf::phf_ma "TAGame.Ball_TA:ReplicatedExplosionData" => AttributeTag::Explosion, "TAGame.Ball_TA:ReplicatedExplosionDataExtended" => AttributeTag::ExtendedExplosion, "TAGame.Ball_TA:ReplicatedWorldBounceScale" => AttributeTag::Float, + "TAGame.Ball_TA:bWarnBallReset" => AttributeTag::Boolean, "TAGame.Ball_God_TA:TargetSpeed" => AttributeTag::Float, "TAGame.BreakOutActor_Platform_TA:DamageState" => AttributeTag::DamageState, "TAGame.CameraSettingsActor_TA:bUsingBehindView" => AttributeTag::Boolean, diff --git a/tests/snapshots/integration_tests__replay_snapshots@1afa.replay.snap b/tests/snapshots/integration_tests__replay_snapshots@1afa.replay.snap new file mode 100644 index 0000000..965aa13 --- /dev/null +++ b/tests/snapshots/integration_tests__replay_snapshots@1afa.replay.snap @@ -0,0 +1,10 @@ +--- +source: tests/integration_tests.rs +expression: snapshot +input_file: assets/replays/good/1afa.replay +snapshot_kind: text +--- +{ + "frames": 12422, + "hex": "0xf67e69e7f234c715c9663e19907fc6e9c5512733100b2110c0ed737bf1d690b1" +}