- Jul 10, 2019
-
-
Alpha's xml was truly ancient, being one of the very first characters to ever make it into the live game with this new prototype "Character Editor" program. Because she didn't have a source text file, I've previously made any fixes to her files directly without altering the overall structure. I believe she's the only one who had a dialogue file like this. With this update: - Pluralized Alpha's clothing and added body positions where appropriate - Corrected a couple of typos - Updated her tags based on Hex's March recommendations - Added a Situation call out for when Alpha makes the journey from virtual to actual
-
Command executed by: FarawayVision#4854
-
-
Command executed by: FarawayVision#4854
-
-
FarawayVision authored
start_offline.exe is a fully pre-packaged version of the NodeJS http-server package, built for Windows x86. Just run it and it'll automatically start up a local webserver and open your browser to the offline version. start_offline.sh is a script that runs http-server via npx, for users on Linux and OSX. You'll need to install NodeJS and NPM first, before using it though: https://nodejs.org/en/download/
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
This reverts commit 6f46fa4c.
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
Command executed by: FarawayVision#4854
-
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
FarawayVision authored
-
- Jul 09, 2019
-
-
FarawayVision authored
-
FarawayVision authored
-
ReformCopyright authored
Adjust bubble padding to match combination of padding and margin in old... See merge request spnati/spnati.gitlab.io!1733
-
- Jul 08, 2019
-
-
ReformCopyright authored
# Conflicts: # css/spni.css
-
ReformCopyright authored
Adjust bubble padding to match combination of padding and margin in old version, and delete some unused and unnecessary CSS.
-
FarawayVision authored
Speech bubble arrows using transform instead of overlapping borders. See merge request spnati/spnati.gitlab.io!1732
-
ReformCopyright authored
-
FarawayVision authored
Simplify speech bubble HTML and CSS, removing one layer of <div>s. See merge request spnati/spnati.gitlab.io!1731
-
ReformCopyright authored
We don't need two now that we have display: flex; instead of display: table; and display: table-cell. Fixes problem with <i> elements in epilogue text causing line breaks in combination with display: flex; by wrapping the text in a <span>.
-
FarawayVision authored
-
Command executed by: PivotalCog#9524
-
PivotalCog authored
-
Command executed by: FarawayVision#4854
-
FarawayVision authored
Polyfill String.prototype.startsWith, which is trivial and used in a number of places. See merge request spnati/spnati.gitlab.io!1727
-