Fix encoding issue with OpenRA.Utility. Refactor SidebarEntry. Add launcher pages to all mods.
This commit is contained in:
7
mods/example/mod.html
Normal file
7
mods/example/mod.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>Example Mod</h1>
|
||||
<h2>Demonstrates how to add a new unit by adding a soviet supply truck.</h2>
|
||||
<input type="button" class="button" onclick="window.external.launchCurrentMod();" value="Play" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user