]> Stephen's Gitweb - donsol-js.git/commitdiff
Mention that the card face rendering issue has been fixed web
authorStephen Jianu <stephen@stephenjianu.com>
Thu, 22 Sep 2022 01:31:54 +0000 (20:31 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Thu, 22 Sep 2022 01:31:54 +0000 (20:31 -0500)
README.md

index b64c04fff40dac3a7feddc2ed9a5935cb34de25c..fb62911e7ad591c45715cb988e03d2edb6aee316 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ None of this is official; it's a passion project, so please do not contact Hundr
 ### Limitations
 In the project's current state, you can play the base game of Donsol, with some limitations.
 The following do not currently work:
-* Card faces do not render properly, as these were previously loaded with NodeJS functions that aren't available to use in a pure browser-based application (as far as I'm aware). I have an idea on how to accomplish this.
+* ~~Card faces do not render properly, as these were previously loaded with NodeJS functions that aren't available to use in a pure browser-based application (as far as I'm aware). I have an idea on how to accomplish this.~~ Fixed in commit ff787f7
 * Aspects of the game that relied on being selected from a menu in the Electron version currently have no way of being toggled. These include things like difficulty selection and themeing support.
 
 ### Contributing