이전퀴즈 데이터팩
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "start", \
|
||||
x: 140, \
|
||||
y: 62, \
|
||||
z: -225, \
|
||||
f: "south", \
|
||||
c: "function mq:commands/start with storage mq:main" \
|
||||
}
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "stop", \
|
||||
x: 142, \
|
||||
y: 62, \
|
||||
z: -225, \
|
||||
f: "south", \
|
||||
c: "function mq:commands/stop with storage mq:main" \
|
||||
}
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "skip", \
|
||||
x: 144, \
|
||||
y: 62, \
|
||||
z: -225, \
|
||||
f: "south", \
|
||||
c: "function mq:commands/skip" \
|
||||
}
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "hint", \
|
||||
x: 146, \
|
||||
y: 62, \
|
||||
z: -225, \
|
||||
f: "south", \
|
||||
c: "function mq:commands/hint" \
|
||||
}
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "replay", \
|
||||
x: 148, \
|
||||
y: 62, \
|
||||
z: -225, \
|
||||
f: "south", \
|
||||
c: "function mq:commands/replay" \
|
||||
}
|
||||
function mq:repeat/buttons/btn { \
|
||||
n: "test", \
|
||||
x: 144, \
|
||||
y: 62, \
|
||||
z: -213, \
|
||||
f: "north", \
|
||||
c: "function mq:commands/test" \
|
||||
}
|
||||
Reference in New Issue
Block a user