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
//! id=9aa4d9e2-88dd-498e-94f9-756e7ef48fe2 | |
Bank * * Metal-GTX | |
//! o=note:4 | |
1 Chromatic Run | |
//! o=note:5 | |
2 SlideDownFX | |
//! o=note:6 |
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
function getClientInfo() | |
return { | |
name = "Transpose In Key", | |
author = "impbox", | |
versionNumber = 1, | |
minEditorVersion = 0 | |
} | |
end | |
function getTranslations(langCode) |
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
import nico | |
import nico/vec | |
type GridLayout* = enum | |
gridSquare | |
gridHexPointyTop | |
type Grid*[T] = ref object | |
layout*: GridLayout | |
wrapX*: bool |
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
import nico | |
import nico/vec | |
import strformat | |
type Object = ref object | |
color: int | |
pos: Vec2f | |
rawPoints: seq[Vec2f] | |
angle: float32 | |
highlightEdgeIndex: int |
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
import nico | |
import nico/vec | |
type Object = ref object | |
color: int | |
pos: Vec2f | |
points: seq[Vec2f] | |
rotation: float32 | |
var objs: seq[Object] |
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
function _update() | |
p1.vx = 0 | |
p1.vy = 0 | |
if s==1 then | |
if btn(0) then | |
pl.vx-=1 | |
chspr=019 | |
f=true | |
end | |
if btn(1) then |
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
Starting program: /usr/bin/php /home/jetstar/feeds/dev/current/navitare/schedules.php | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
[New Thread 0x7fffef9d0700 (LWP 20020)] | |
[Thread 0x7fffef9d0700 (LWP 20020) exited] | |
Program received signal SIGSEGV, Segmentation fault. | |
0x0000000000677cf6 in ?? () |