Skip to content

Commit

Permalink
feat/traits-builder (#1)
Browse files Browse the repository at this point in the history
* feat: added traits builder tab

* feat: added dds download option

* chore: add missing todo

* build: fixed magick not being available after build

* refactor: replaced a lot of useStates with useReducer

* feat: added more color swatches

* feat: added analytics to trait generator

* feat: added notification for trait download error
  • Loading branch information
The24thDS authored Dec 9, 2022
1 parent c40af9c commit af73540
Show file tree
Hide file tree
Showing 19 changed files with 6,601 additions and 92 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>RMG Utils for Stellaris</title>
<meta
name="description"
content="RMG Utils is an application that RMG is using to expediate some part of the mod-making process."
content="RMG Utils is an application that RMG is using to expediate some parts of the mod-making process."
/>
<link rel="icon" type="image/png" href="/src/assets/images/rmg_logo.png" />
<link
Expand All @@ -27,6 +27,10 @@
</head>
<body>
<div id="root"></div>
<script type="module">
import * as Magick from "/magickApi.js";
window.magick = Magick;
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
131 changes: 131 additions & 0 deletions magick.js

Large diffs are not rendered by default.

Binary file added magick.wasm
Binary file not shown.
Loading

0 comments on commit af73540

Please sign in to comment.