File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ return {
187
187
if P .stat .line >= 40 then
188
188
P :delEvent (' drawInField' ,mechLib .brik .misc .lineClear_event_drawInField )
189
189
if not P .modeData .infSprint_switch then
190
- P :finish (' rule ' )
190
+ P :finish (' win ' )
191
191
end
192
192
return true
193
193
end
Original file line number Diff line number Diff line change @@ -26,12 +26,16 @@ local function sysAction(action)
26
26
end
27
27
end
28
28
function scene .keyDown (key ,isRep )
29
+ -- Debug
30
+ if key == ' 1' then
31
+ end
29
32
if key == ' z' then SCN .go (' piano' ) return true
30
33
elseif key == ' x' then SCN .go (' harmony4' ) return true
31
34
elseif key == ' b' then playExterior (' brik/exterior/test' )() return true
32
35
elseif key == ' g' then playExterior (' gela/test' )() return true
33
36
elseif key == ' a' then playExterior (' acry/test' )() return true
34
37
end
38
+
35
39
if isRep then return true end
36
40
if secretInput == 0 then
37
41
if key == secretString :sub (1 ,1 ) then
You can’t perform that action at this time.
0 commit comments