diff options
| author | Amir Rajan <[email protected]> | 2020-08-06 08:12:27 -0500 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2020-08-06 08:12:27 -0500 |
| commit | 64046616ce54fff32c3dd949a4b7702136f38a3e (patch) | |
| tree | 1fff22cf553b2cf3eb5fe8095b572fd0cce63196 /deploy_template/.dragonruby/stubs/html5/stub/game.css | |
| parent | 161d498dc905f04b595c927309993acdcb4d394c (diff) | |
| download | dragonruby-game-toolkit-contrib-64046616ce54fff32c3dd949a4b7702136f38a3e.tar.gz dragonruby-game-toolkit-contrib-64046616ce54fff32c3dd949a4b7702136f38a3e.zip | |
Synced with 1.14
Diffstat (limited to 'deploy_template/.dragonruby/stubs/html5/stub/game.css')
| -rw-r--r-- | deploy_template/.dragonruby/stubs/html5/stub/game.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy_template/.dragonruby/stubs/html5/stub/game.css b/deploy_template/.dragonruby/stubs/html5/stub/game.css new file mode 100644 index 0000000..3fb16d4 --- /dev/null +++ b/deploy_template/.dragonruby/stubs/html5/stub/game.css @@ -0,0 +1,8 @@ +body { + margin: 0; + padding: 0; + border: 0; +} +canvas { + background-color: rgb(40, 44, 52); +} |
