From 15e0fdbce753aa6f5966dfd60037019fdbd1ea4c Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Mon, 29 Jul 2024 04:15:50 -0700 Subject: [PATCH] Tune a couple last things --- assets/config/actor.ron | 10 +++++----- assets/mockup/ballet.png | Bin 0 -> 485 bytes src/game/actor/level/up.rs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 assets/mockup/ballet.png diff --git a/assets/config/actor.ron b/assets/config/actor.ron index 299644d..35dd25d 100644 --- a/assets/config/actor.ron +++ b/assets/config/actor.ron @@ -64,7 +64,7 @@ attack: Attack(color: Srgba(Srgba(red: 0.929, green: 0.557, blue: 0.576, alpha: 1.000))), health: Health(current: 10, max: 10), - xp_reward: 5, + xp_reward: 6, deck: Deck(cards: ["eighth_note", "step"]), ), @@ -88,7 +88,7 @@ attack: Attack(color: Srgba(Srgba(red: 0.694, green: 0.529, blue: 0.788, alpha: 1.000))), health: Health(current: 15, max: 15), - xp_reward: 10, + xp_reward: 12, deck: Deck(cards: ["step", "step", "step", "pair"]), ), @@ -112,7 +112,7 @@ attack: Attack(color: Srgba(Srgba(red: 0.424, green: 0.694, blue: 0.725, alpha: 1.000))), health: Health(current: 25, max: 25), - xp_reward: 15, + xp_reward: 17, deck: Deck(cards: ["step", "quarter_note", "eighth_rest", "pair"]), ), @@ -136,7 +136,7 @@ attack: Attack(color: Srgba(Srgba(red: 0.557, green: 0.722, blue: 0.518, alpha: 1.000))), health: Health(current: 40, max: 40), - xp_reward: 20, + xp_reward: 22, deck: Deck(cards: ["quarter_note", "quarter_note", "quarter_note", "ballet"]), ), @@ -160,7 +160,7 @@ attack: Attack(color: Srgba(Srgba(red: 0.827, green: 0.761, blue: 0.537, alpha: 1.000))), health: Health(current: 60, max: 60), - xp_reward: 40, + xp_reward: 38, deck: Deck(cards: ["step", "quarter_rest", "cartwheel", "half_note"]), ), }, diff --git a/assets/mockup/ballet.png b/assets/mockup/ballet.png new file mode 100644 index 0000000000000000000000000000000000000000..dffdedff750ce825f04ad97076a7a71b4b4a22b8 GIT binary patch literal 485 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSjKx9jP7LeL$-D%z=X<(1hE&XX zdpEG_kb#Ipp!JUby5(gFEfJS1&i@n*`SR(((N+EIKwSZaYwDQJSf2k}Q~JA5M*sff z{pamu%aj`|7>{r&_%ReRbqG7mDQ;-IIM3GT*5P#d`fvYyQ6(83&D&gF@O9p=*J1nX z)Ewq8JYo@0hbx)>{>AF=cUG_67nd-N6GV z*V!#E;5!fmb_3klyZ>Yop1iv*yyo6#cOSStP&Lcy)i=C*SN*R8-7Yj|fvvwbKXw1( z>-+E9pJoC15^e*hLf&iHZ^C8&@9&Sq@KE&o4fi+v`p>m4jR`4)ko3X=4Z9F9$QcAa Y@;~Rac;Lev4vIboPgg&ebxsLQ05X8Ij{pDw literal 0 HcmV?d00001 diff --git a/src/game/actor/level/up.rs b/src/game/actor/level/up.rs index fd05e33..7bb6575 100644 --- a/src/game/actor/level/up.rs +++ b/src/game/actor/level/up.rs @@ -95,7 +95,7 @@ fn play_level_up_sfx(audio: Res