about summary refs log tree commit diff stats
path: root/Archipelago/vendor/LICENSE
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 11:03:11 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-04-21 11:03:11 -0400
commit613f7e41b05048f36f23990daa221fc4d3774b11 (patch)
treef5fbafb74f77970fe2e0bc5e2e2170e89c193ccd /Archipelago/vendor/LICENSE
parent8672ecf459d939c2c8f184e148e803b41826803c (diff)
downloadlingo-archipelago-613f7e41b05048f36f23990daa221fc4d3774b11.tar.gz
lingo-archipelago-613f7e41b05048f36f23990daa221fc4d3774b11.tar.bz2
lingo-archipelago-613f7e41b05048f36f23990daa221fc4d3774b11.zip
OPEN and FOURTH are now displaced as well
Now all three mandatory wall-snipes (and their adjacent panels) can be shuffled in panel shuffle mode.
Diffstat (limited to 'Archipelago/vendor/LICENSE')
0 files changed, 0 insertions, 0 deletions
ng.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
/*
       444444444  
      4::::::::4  
     4:::::::::4  
    4::::44::::4  
   4::::4 4::::4   Four Island
  4::::4  4::::4  
 4::::4   4::::4   Written and maintained by Starla Insigna
4::::444444::::444
4::::::::::::::::4  headerproc.php
4444444444:::::444
          4::::4   Please do not use, reproduce or steal the
          4::::4   contents of this file without explicit
          4::::4   permission from Hatkirby.
        44::::::44
        4::::::::4
        4444444444
*/

if (!defined('S_INCLUDED') && defined('S_INCLUDE_FILE'))
{
	header('Location: /hackersdie.php');
	exit;
}

if (!defined('S_INCLUDED')) {define('S_INCLUDED',1);}

set_include_path(get_include_path() . ':' . $_SERVER['DOCUMENT_ROOT']);

?>