a game about elevators
moved to https://github.com/Werninator/auf
in auf you control elevator(s) to bring different people from one floor to another
| /giphy spooky fist pump | |
| /giphy bacon burger reaction | |
| /giphy let your pussy go | |
| /giphy lolwut stunned what shocked huh | |
| /giphy dance faggot dance | |
| /giphy doge dance halloween |
| <!-- Straight from http://stackoverflow.com/questions/11832930/html-input-file-accept-attribute-file-type-csv --> | |
| <input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" /> |
| <?php | |
| class AssocArrayToXmlParser | |
| { | |
| private $assocArray; | |
| private $xmlVersion = '1.0'; | |
| private $encoding = 'utf-8'; | |
| function __construct(array $_assocArray = null) | |
| { |
| <?php | |
| function zipAndDownload($zipName, $contents) { | |
| $archive = new ZipArchive(); | |
| touch($zipName); | |
| if ($archive->open($zipName, ZIPARCHIVE::OVERWRITE) !== true) | |
| return; |
| <?php | |
| $urlBeginning = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https' : 'http') . '://'; | |
| $url = $urlBeginning . $_SERVER['HTTP_HOST'] . '/'; |
| // in case this file gets loaded, it sets the variable to false | |
| adBlocked = false; |
| var i, timer; | |
| if !is_array(timers) | |
| return false; | |
| for (i = 0; i < array_height_2d(timers); i++) { | |
| if timers[i, 0] == -1 | |
| continue; |
| <!-- Contents can't be accessed (might be good for pdf stuff) --> | |
| <object data="abc.pdf" type="application/pdf"> | |
| <!-- Alternative content when Object can't be loaded (coz of older browsers): HTML5 <embed>, contents can be manipulated --> | |
| <embed src="abc.pdf" type="application/pdf" /> | |
| </object> |
| # https://godotengine.org/qa/485/how-to-center-game-window | |
| var screen_size = OS.get_screen_size() | |
| var window_size = OS.get_window_size() | |
| func _ready(): | |
| OS.set_window_position(screen_size * .5 - window_size * .5) |
a game about elevators
moved to https://github.com/Werninator/auf
in auf you control elevator(s) to bring different people from one floor to another