整理代码
This commit is contained in:
@@ -669,9 +669,9 @@ return{
|
|||||||
-- ['master_m']= {"Master", "M21", "For 20G Masters."},
|
-- ['master_m']= {"Master", "M21", "For 20G Masters."},
|
||||||
['master_final']= {"Master", "FINAL", "El verdadero 20G Supremo: el final es inalcanzable."},
|
['master_final']= {"Master", "FINAL", "El verdadero 20G Supremo: el final es inalcanzable."},
|
||||||
['master_ex']= {"GrandMaster", "EXTRA", "Para ser un gran maestro, acepta este desafío"},
|
['master_ex']= {"GrandMaster", "EXTRA", "Para ser un gran maestro, acepta este desafío"},
|
||||||
-- ['strategy_e']= {"Strategy", "EASY", "Fast 20G decision"},
|
['strategy_e']= {"Strategy", "EASY", "Fast 20G decision"},
|
||||||
-- ['strategy_h']= {"Strategy", "HARD", "Fast 20G decision"},
|
['strategy_h']= {"Strategy", "HARD", "Fast 20G decision"},
|
||||||
-- ['strategy_u']= {"Strategy", "ULTIMATE", "Fast 20G decision"},
|
['strategy_u']= {"Strategy", "ULTIMATE", "Fast 20G decision"},
|
||||||
-- ['strategy_e_plus']={"Strategi", "MUDAH+", "Keputusan 20G cepat"},
|
-- ['strategy_e_plus']={"Strategi", "MUDAH+", "Keputusan 20G cepat"},
|
||||||
-- ['strategy_h_plus']={"Strategi", "SULIT+", "Keputusan 20G cepat"},
|
-- ['strategy_h_plus']={"Strategi", "SULIT+", "Keputusan 20G cepat"},
|
||||||
-- ['strategy_u_plus']={"Strategi", "TERAKHIR+", "Keputusan 20G cepat"},
|
-- ['strategy_u_plus']={"Strategi", "TERAKHIR+", "Keputusan 20G cepat"},
|
||||||
|
|||||||
@@ -672,9 +672,9 @@ return{
|
|||||||
['master_final']= {"Master", "FINAL", "20G : Un point final impossible à atteindre !"},
|
['master_final']= {"Master", "FINAL", "20G : Un point final impossible à atteindre !"},
|
||||||
-- ['master_ph']= {"Mester", "FANTASMA", "20G: ???"},
|
-- ['master_ph']= {"Mester", "FANTASMA", "20G: ???"},
|
||||||
['master_ex']= {"GrandMaster", "EXTRA", "Tentez de devenir un Grandmaster."},
|
['master_ex']= {"GrandMaster", "EXTRA", "Tentez de devenir un Grandmaster."},
|
||||||
-- ['strategy_e']= {"Strategy", "EASY", "Fast 20G decision"},
|
['strategy_e']= {"Strategy", "EASY", "Fast 20G decision"},
|
||||||
-- ['strategy_h']= {"Strategy", "HARD", "Fast 20G decision"},
|
['strategy_h']= {"Strategy", "HARD", "Fast 20G decision"},
|
||||||
-- ['strategy_u']= {"Strategy", "ULTIMATE", "Fast 20G decision"},
|
['strategy_u']= {"Strategy", "ULTIMATE", "Fast 20G decision"},
|
||||||
-- ['strategy_e_plus']={"Strategi", "MUDAH+", "Keputusan 20G cepat"},
|
-- ['strategy_e_plus']={"Strategi", "MUDAH+", "Keputusan 20G cepat"},
|
||||||
-- ['strategy_h_plus']={"Strategi", "SULIT+", "Keputusan 20G cepat"},
|
-- ['strategy_h_plus']={"Strategi", "SULIT+", "Keputusan 20G cepat"},
|
||||||
-- ['strategy_u_plus']={"Strategi", "TERAKHIR+", "Keputusan 20G cepat"},
|
-- ['strategy_u_plus']={"Strategi", "TERAKHIR+", "Keputusan 20G cepat"},
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ end
|
|||||||
|
|
||||||
function scene.mouseDown(x,y)
|
function scene.mouseDown(x,y)
|
||||||
local t1=TIME()-last1
|
local t1=TIME()-last1
|
||||||
if x>780 and x<980 and y>470 and y<720 and t1>.2 then
|
if x>780 and x<980 and y>470 and y<720 and t1>.626 then
|
||||||
last1=TIME()
|
last1=TIME()
|
||||||
local t2=TIME()-last2
|
local t2=TIME()-last2
|
||||||
if t2>2.6 and t2<3 and not GAME.playing then
|
if t2>2.6 and t2<3 and not GAME.playing then
|
||||||
|
|||||||
Reference in New Issue
Block a user