This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const VALID_HEX_CHARS = { | |
"0": true, | |
"1": true, | |
"2": true, | |
"3": true, | |
"4": true, | |
"5": true, | |
"6": true, | |
"7": true, | |
"8": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2T-DS | |
4-LOM | |
Rel Acoi | |
Shahan Alama | |
Amanaman | |
Amzartho | |
Keeth Anak | |
Odon Anak | |
Mol Arcasite | |
Arcuse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<gamepad> | |
<name>Logitech POS</name> | |
<id>c218046d-0000-0000-0000-504944564944</id> | |
<jump> | |
<button id="1"/> | |
</jump> | |
<shoot> | |
<button id="0"/> | |
<button id="2"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<gamepad> | |
<name>A.N.N.E Controller</name> | |
<id>00110079-0000-0000-0000-504944564944</id> | |
<jump> | |
<button id="2"/> | |
</jump> | |
<shoot> | |
<button id="1"/> | |
<button id="3"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (self.inFocus) { | |
// OMG SENPAI'S LOOKING RIGHT AT ME | |
draw_sprite(focusedSprite, 0, round(self.x), round(self.y)); | |
} | |
else if (self.investigated) { | |
// SENPAI COME BACK PLZ | |
draw_sprite(investigatedSprite, 0, round(self.x), round(self.y)); | |
} | |
else if (self.inSight) { | |
// Senpai noticed me!!!!111!11!1!!!1!1 ! |