Skip to content

Commit

Permalink
Update for alpha 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MewPurPur committed Dec 7, 2024
1 parent c39ec50 commit de88f76
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Binary file modified downloads/GodSVG.Linux.zip
Binary file not shown.
Binary file modified downloads/GodSVG.MacOS.zip
Binary file not shown.
Binary file modified downloads/GodSVG.Windows.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion editor/GodSVG.js

Large diffs are not rendered by default.

Binary file modified editor/GodSVG.pck
Binary file not shown.
Binary file modified editor/GodSVG.wasm
Binary file not shown.
10 changes: 5 additions & 5 deletions editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
z-index: 1;
}
</style>
<link id="-gd-engine-icon" rel="icon" type="image/png" href="GodSVG.icon.png" />
<link rel="apple-touch-icon" href="GodSVG.apple-touch-icon.png"/>
<link id="-gd-engine-icon" rel="icon" type="image/png" href="index.icon.png" />
<link rel="apple-touch-icon" href="index.apple-touch-icon.png"/>

</head>
<body>
Expand All @@ -90,14 +90,14 @@
</noscript>

<div id="status">
<img id="status-splash" src="GodSVG.png" alt="">
<img id="status-splash" src="index.png" alt="">
<progress id="status-progress"></progress>
<div id="status-notice"></div>
</div>

<script src="GodSVG.js"></script>
<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"GodSVG","experimentalVK":false,"fileSizes":{"GodSVG.pck":1642112,"GodSVG.wasm":26841330},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":1732752,"index.wasm":26759459},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
</div>
</div>
<div style="height:0.25rem;"></div>
<div class="dim-text" style="text-align: center;">Current version: <b>1.0-alpha5</b>. You can find older releases <a href="https://github.com/MewPurPur/GodSVG/releases/">on Github</a>.</div>
<div class="dim-text" style="text-align: center;">Current version: <b>1.0-alpha6</b>. You can find older releases <a href="https://github.com/MewPurPur/GodSVG/releases/">on Github</a>.</div>

<div class="content">
<div style="height:0.5rem;"></div>
Expand Down Expand Up @@ -410,12 +410,12 @@ <h2 class="faq-question">GodSVG has been in alpha for so long... Will it ever re

<h2 class="faq-question">I tried GodSVG and found bugs and shortcomings.</h2>
<p class="dim-text">
GodSVG is not even in beta yet, so this is to be expected. Report any issues you have <a href="https://github.com/MewPurPur/GodSVG/issues">here</a>.</p>
GodSVG is not even in beta yet, so this is to be expected. Report any issues you have <a href="https://github.com/MewPurPur/GodSVG/issues">on Github</a>.</p>

<h2 class="faq-question">What's so great about this "free and open source" thing?</h2>
<div class="dim-text">GodSVG is Free and Open Source, all of its development happens in the open, developers are in the same communities as everyone else. You can see what's being developed and be sure that nothing shady is happening behind the scenes - because if I do something shady, people would find out in the source code and my project would suffer heavily.
GodSVG source code can be found <a href="https://github.com/MewPurPur/GodSVG">here</a>. This website's source code can be found <a href="https://github.com/MewPurPur/godsvg-website">here</a>.</div>
GodSVG's source code can be found <a href="https://github.com/MewPurPur/GodSVG">on Github</a>. This website's source code can also be found <a href="https://github.com/MewPurPur/godsvg-website">on Github</a>.</div>

<h2 class="faq-question">Do you have the social media?</h2>
<p class="dim-text">
I have accounts on some social media. All of them are owned by multi-billion tech companies! The unofficial ones won't always be on topic.</p>
Expand Down

0 comments on commit de88f76

Please sign in to comment.