Skip to content

Commit

Permalink
Nightly build 2022_07_15
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel authored and RuffleBuild committed Jul 15, 2022
1 parent 6c85032 commit de29bdf
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 48 deletions.
2 changes: 2 additions & 0 deletions 662.index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 662.index.js.map

Large diffs are not rendered by default.

Binary file added 958f6868485abdff098e.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions 966.index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 966.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE_MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Mike Welsh <[email protected]>
Copyright (c) 2018 Ruffle LLC <[email protected]> and Ruffle contributors

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
108 changes: 71 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,43 +29,77 @@ To use this, add a new file `swfs.json` in this directory. The contents should l

```json
{
"swfs": [
{
"location": "swfs/alien_hominid.swf",
"title": "Alien Hominid",
"author": "Tom Fulp and Dan Paladin",
"authorLink": "https://www.newgrounds.com",
"type": "Game"
},
{
"location": "swfs/saturday_morning_watchmen.swf",
"title": "Saturday Morning Watchmen",
"author": "Harry Partridge",
"authorLink": "https://twitter.com/HappyHarryToons",
"type": "Animation"
},
{
"location": "swfs/synj1.swf",
"title": "Synj vs. Horrid Part 1",
"author": "Dan Paladin",
"authorLink": "https://www.thebehemoth.com",
"type": "Animation"
},
{
"location": "swfs/synj2.swf",
"title": "Synj vs. Horrid Part 2",
"author": "Dan Paladin",
"authorLink": "https://www.thebehemoth.com",
"type": "Animation"
},
{
"location": "swfs/wasted_sky.swf",
"title": "Wasted Sky",
"author": "Tom Fulp",
"authorLink": "https://www.newgrounds.com",
"type": "Game"
}
]
"swfs": [
{
"location": "logo-anim.swf",
"title": "Ruffle Logo",
"author": "Ruffle contributors",
"authorLink": "https://ruffle.rs",
"config": {
"autoplay": "on",
"backgroundColor": "#31497D",
"letterbox": "off",
"unmuteOverlay": "hidden"
}
},
{
"location": "swfs/bitey1.swf",
"title": "Bitey of Brackenwood",
"author": "Adam Phillips",
"authorLink": "https://bitey.com",
"type": "Animation"
},
{
"location": "swfs/saturday_morning_watchmen.swf",
"title": "Saturday Morning Watchmen",
"author": "Harry Partridge",
"authorLink": "https://twitter.com/HappyHarryToons",
"type": "Animation"
},
{
"location": "swfs/synj1.swf",
"title": "Synj vs. Horrid Part 1",
"author": "Dan Paladin",
"authorLink": "https://www.thebehemoth.com",
"type": "Animation"
},
{
"location": "swfs/synj2.swf",
"title": "Synj vs. Horrid Part 2",
"author": "Dan Paladin",
"authorLink": "https://www.thebehemoth.com",
"type": "Animation"
},

{
"location": "swfs/alien_hominid.swf",
"title": "Alien Hominid",
"author": "Tom Fulp and Dan Paladin",
"authorLink": "https://www.newgrounds.com",
"type": "Game"
},
{
"location": "swfs/flyguy.swf",
"title": "FlyGuy",
"author": "Trevor van Meter",
"authorLink": "https://www.heytvm.com",
"type": "Game"
},
{
"location": "swfs/marvin_spectrum.swf",
"title": "Marvin Spectrum",
"author": "Bryan Singh",
"authorLink": "https://www.hotbryan.com",
"type": "Game"
},
{
"location": "swfs/wasted_sky.swf",
"title": "Wasted Sky",
"author": "Tom Fulp",
"authorLink": "https://www.newgrounds.com",
"type": "Game"
}
]
}
```

Expand Down
Binary file added d99f9c6283e5de0bc81f.wasm
Binary file not shown.
Binary file removed f1f7e76dc5634cb5503d.wasm
Binary file not shown.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="origin-trial" content="Ai59jM4Yew8/gPR1vcgfwvKJAVaHaLWp7uiKBRLjtKouUUfNI/RTqe01lkLLM66H5/j9bw7PG50k1J0DdCWuJAIAAABJeyJvcmlnaW4iOiJodHRwczovL3J1ZmZsZS5yczo0NDMiLCJmZWF0dXJlIjoiV2ViR1BVIiwiZXhwaXJ5IjoxNjQzMTU1MTk5fQ==">
<title>Ruffle Web Demo</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
<link rel="icon" href="https://ruffle.rs/assets/favicon-32.png" sizes="32x32">
Expand All @@ -23,13 +22,15 @@
</div>
<div id="file-picker">
<div id="local-file-container">
<span>Local SWF:</span>
<input type="file" accept=".swf,.spl" id="local-file" />
<span id="local-file-static-label">Local SWF:</span>
<input type="file" accept=".swf,.spl" id="local-file"
aria-describedby="local-file-static-label" />
<label for="local-file" id="local-file-label">Select File</label>
<span id="local-file-name">No file selected.</span>
</div>
<div id="sample-swfs-container" class="hidden">
<span id="sample-swfs-label">Sample SWF:</span>
<select id="sample-swfs">
<option value="none">None</option>
<select id="sample-swfs" aria-describedby="sample-swfs-label">
<optgroup id="anim-optgroup" label="Animations"></optgroup>
<optgroup id="games-optgroup" label="Games"></optgroup>
</select>
Expand All @@ -39,9 +40,8 @@
</div>
</div>
</div>
<div id="main">
<div id="main" aria-label="Select a demo or drag an SWF">
<div id="overlay" class="hidden"></div>
<div id="prompt">Select a demo or drag an SWF</div>
</div>
<script src="index.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

Binary file added logo-anim.swf
Binary file not shown.

0 comments on commit de29bdf

Please sign in to comment.