diff --git a/client/main/assets/icons/link-bonus-good.png b/client/main/assets/icons/link-bonus-good.png new file mode 100644 index 00000000..f1695b80 Binary files /dev/null and b/client/main/assets/icons/link-bonus-good.png differ diff --git a/client/main/assets/icons/link-bonus-ok.png b/client/main/assets/icons/link-bonus-ok.png new file mode 100644 index 00000000..7591240d Binary files /dev/null and b/client/main/assets/icons/link-bonus-ok.png differ diff --git a/client/main/assets/icons/link-bonus-perfect.png b/client/main/assets/icons/link-bonus-perfect.png new file mode 100644 index 00000000..3b615cb0 Binary files /dev/null and b/client/main/assets/icons/link-bonus-perfect.png differ diff --git a/client/wag_core/src/icon.rs b/client/wag_core/src/icon.rs index 35018274..a9e0d164 100644 --- a/client/wag_core/src/icon.rs +++ b/client/wag_core/src/icon.rs @@ -5,6 +5,7 @@ pub enum Icon { #[default] Blank, + // Items ThumbTacks(usize), Boots, Crowbar, @@ -29,6 +30,11 @@ pub enum Icon { KunaiBelt, BladeOil, SmithyCoupon, + + // UI + OkLink, + GoodLink, + PerfectLink, } impl Icon { pub fn paths() -> HashMap { @@ -57,6 +63,9 @@ impl Icon { (Icon::SpaceSuitBoots, "icons/space-boots.png".into()), (Icon::BladeOil, "icons/blade-oil.png".into()), (Icon::SmithyCoupon, "icons/coupon.png".into()), + (Icon::OkLink, "icons/link-bonus-ok.png".into()), + (Icon::GoodLink, "icons/link-bonus-good.png".into()), + (Icon::PerfectLink, "icons/link-bonus-perfect.png".into()), ] .into_iter() .chain((1..9).map(|id| { diff --git a/docs/tasks/before locals test/Notifications 2.0.md b/docs/tasks/before locals test/Notifications 2.0.md index 54d657e8..9412382a 100644 --- a/docs/tasks/before locals test/Notifications 2.0.md +++ b/docs/tasks/before locals test/Notifications 2.0.md @@ -10,6 +10,7 @@ - [ ] Block meter gain - [ ] Damage numbers - [ ] Combo counter + - [ ] Link bonus - [ ] Frame traps - [ ] 'trapped' when you get counterhit out of recovery - [ ] 'hard trapped' = 'trapped' + None of your moves would've been fast enough diff --git a/intermediate_assets/gimp/link-bonus-notifications.xcf b/intermediate_assets/gimp/link-bonus-notifications.xcf new file mode 100644 index 00000000..3ffa4ae7 Binary files /dev/null and b/intermediate_assets/gimp/link-bonus-notifications.xcf differ