Skip to content

Commit

Permalink
Merge pull request #202 from zcvaters/master
Browse files Browse the repository at this point in the history
Improve split shot support
  • Loading branch information
nickbabcock authored Jan 19, 2025
2 parents 05c5570 + 224b31a commit 7b6ec94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added assets/replays/good/1afa.replay
Binary file not shown.
1 change: 1 addition & 0 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 10 additions & 0 deletions tests/snapshots/[email protected]
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 7b6ec94

Please sign in to comment.