From e0d3d1178a838b081f1dfddbad4ac0b0f6cc2e92 Mon Sep 17 00:00:00 2001 From: Eloeri <42394653+Eloeri@users.noreply.github.com> Date: Wed, 13 Feb 2019 15:09:52 -0600 Subject: [PATCH] Update bounties.json Added bounty from KennyRoody. --- site/data/bounties.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/data/bounties.json b/site/data/bounties.json index 4efb868c..f5616d01 100644 --- a/site/data/bounties.json +++ b/site/data/bounties.json @@ -101,5 +101,15 @@ "Description": "Fix ground rendering in The Legend of Zelda: Breath of the Wild", "PaymentStatus": null, "DeveloperResponse": null + }, + { + "DateSubmitted": "02-13-2019", + "Developer": null, + "Status": "Unassigned", + "Requester": "KennyRoody", + "Amount": "$35 USD", + "Description": "Implement Wall Timer/Cycle Timer to correct timing in games like The Binding of Isaac: Afterbirth+, Celeste, Wizard of Light, etc. until either better/faster timing or Core::Timing imped.", + "PaymentStatus": null, + "DeveloperResponse": null } ]