-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
2,767 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+569 KB
docs/_framework/BlazorDoom.f2vohqc73o.wasm → docs/_framework/BlazorDoom.bobb410r6y.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+568 KB
docs/_framework/BlazorDoom.c7furw59de.wasm → docs/_framework/BlazorDoom.ghw74p3rvl.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<base href="/MangedDoom-Blazor/" /> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" | ||
/> | ||
<meta | ||
name="description" | ||
content="BlazorDoom - A dotnet WASM port of ManagedDoom" | ||
/> | ||
<meta name="keywords" content="Blazor, Doom, Game, WebAssembly, WASM" /> | ||
<title>BlazorDoom</title> | ||
<link href="./bootstrap.min.css" rel="stylesheet" /> | ||
<link href="./app.css" rel="stylesheet" /> | ||
<link rel="manifest" href="./manifest.json" /> | ||
<script type="text/javascript" src="./js/gamecontroller.js"></script> | ||
<script type="module" src="./main.js"></script> | ||
</head> | ||
|
||
<head> | ||
<base href="/MangedDoom-Blazor/" /> | ||
<meta charset="utf-8" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta name="description" content="BlazorDoom - A dotnet WASM port of ManagedDoom" /> | ||
<meta name="keywords" content="Blazor, Doom, Game, WebAssembly, WASM" /> | ||
<title>BlazorDoom</title> | ||
<link href="./bootstrap.min.css" rel="stylesheet" /> | ||
<link href="./app.css" rel="stylesheet" /> | ||
<link rel="manifest" href="./manifest.json" /> | ||
<script type="module" src="./main.js"></script> | ||
<script> | ||
import { loadWad } from './main.js'; | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="install_button"></div> | ||
<div id="config_buttons"> | ||
<button onclick="console.log('clicked sound button');"> | ||
Click to enable sound APIs | ||
</button> | ||
<select name="wad_selection" id="wad_selection"> | ||
<option value="doom1">Doom 1 shareware</option> | ||
<option value="freedoom1">FreeDoom 1</option> | ||
<option value="freedoom2">FreeDoom 2</option> | ||
</select> | ||
<button id="load_wad">Load WAD</button> | ||
<button id="toggle_fps">Toggle max FPS</button> | ||
</div> | ||
<div id="fps"></div> | ||
<canvas id="canvas" width="320" height="200"></canvas> | ||
</body> | ||
|
||
</html> | ||
<body> | ||
<div id="install_button"></div> | ||
<div id="config_buttons"> | ||
<button onclick="console.log('clicked sound button');"> | ||
Click to enable sound APIs | ||
</button> | ||
<select name="wad_selection" id="wad_selection"> | ||
<option value="doom1">Doom 1 shareware</option> | ||
<option value="freedoom1">FreeDoom 1</option> | ||
<option value="freedoom2">FreeDoom 2</option> | ||
</select> | ||
<button id="load_wad">Load WAD</button> | ||
<button id="toggle_fps">Toggle max FPS</button> | ||
</div> | ||
<div id="fps"></div> | ||
<canvas id="canvas" width="320" height="200"></canvas> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.