mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
* I need that gitignore file * Temp Commit - DOES NOT COMPILE * THE SHIT WORKS * Readme change * Disposal Unit --> TGUI * mmmm yes CI which may not actually work * New GitIgnore * ITS TGUI-NEXT BABY * Doc update * CI tweak * Chmod * And again * *sigh* * Lets appreciate the irony of me failing CI stages * 0/1 --> True/False * Fixes some update nonsense * CI Update * Lets try this * What about this maybe * NVM is hurting me * I swear to god * A little bit of validation in my life * V3 BABYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY * Fixes * Fixes NaN appearing for a few frames when UIs open * Fixes + Crew Monitor * Corn + Steel + Mochi Fixes * Forgot this * Fixes from stylemistake * Code Change * Adds logout proc * Offline implications + Resizeable crew monitor * Change locate() to locateUID() * Change div --> box
12 lines
311 B
Bash
12 lines
311 B
Bash
# This file has all the information on what versions of libraries are thrown into the code
|
|
# For dreamchecker
|
|
export SPACEMANDMM_TAG=suite-1.4
|
|
# For NanoUI + TGUI
|
|
export NODE_VERSION=12
|
|
# For the scripts in tools
|
|
export PHP_VERSION=5.6
|
|
# Byond Major
|
|
export BYOND_MAJOR=513
|
|
# Byond Minor
|
|
export BYOND_MINOR=1526
|