Skip to content

Commit

Permalink
Oozaru 0.4.2
Browse files Browse the repository at this point in the history
Firefox and Safari support!
  • Loading branch information
fatcerberus committed Dec 23, 2021
1 parent d293338 commit 91a09ce
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Oozaru Changelog
================

v0.4.2 - TBD
------------
v0.4.2 - December 23, 2021
--------------------------

* Adds an overlay notifying the user they have to click to start the engine.
* Adds the ability to click in the rendering area or press a key to start the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ into the official Sphere development toolchain.

## Download

**Oozaru 0.4.1**, released on Tuesday, December 21, 2021, is available for
**Oozaru 0.4.2**, released on Thursday, December 23, 2021, is available for
download here:

* https://github.com/spheredev/oozaru/releases/tag/v0.4.1
* https://github.com/spheredev/oozaru/releases/tag/v0.4.2

Note that because Oozaru is still in beta and doesn't yet the full Sphere v2
API, it won't run all Sphere v2 games yet and there may be glitches. Overall
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oozaru",
"version": "0.4.1+",
"version": "0.4.2",
"description": "JavaScript game engine for the Web",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/oozaru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Oozaru",
"publisher": "Fat Cerberus",
"version": "0.4.1+"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion web/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body.darkened {
background: #224;
border-radius: 1rem;
box-shadow: 4pt 4pt 8pt #000, -4pt -4pt 8pt #000;
color: #FFF;
color: #CCC;
display: flex;
flex-direction: column;
font-family: monospace;
Expand Down

0 comments on commit 91a09ce

Please sign in to comment.