@@ -2688,15 +2688,6 @@ function love.load()
26882688 end
26892689 winxm = (love .graphics .getWidth ()/ 800 )
26902690 winym = (love .graphics .getHeight ()/ 600 )
2691- --[[ local s = "K2;1g;1g;0;"
2692- for i=0,100*100 do
2693- local n = math.random(0,49*4)
2694- if i >= 84 then
2695- s = s.."("
2696- end
2697- s = s..base84(i)
2698- end
2699- DecodeK2(s)]]
27002691end
27012692
27022693function love .update (dt )
@@ -2949,7 +2940,7 @@ function love.draw()
29492940 love .graphics .rectangle (" fill" ,100 * winxm ,75 * winym ,600 * winxm ,450 * winym )
29502941 love .graphics .setColor (1 ,1 ,1 ,1 )
29512942 love .graphics .print (" this is the menu" ,300 * winxm ,120 * winym ,0 ,2 * winxm ,2 * winym )
2952- love .graphics .print (" CelLua Machine v1.3.0 " ,330 * winxm ,90 * winym ,0 ,winxm ,winym )
2943+ love .graphics .print (" CelLua Machine v1.3.1 " ,330 * winxm ,90 * winym ,0 ,winxm ,winym )
29532944 love .graphics .print (" by KyYay" ,365 * winxm ,105 * winym ,0 ,winxm ,winym )
29542945 love .graphics .print (" Update delay: " .. string.sub (delay ,1 ,4 ).. " s" ,150 * winxm ,145 * winym ,0 ,winxm ,winym )
29552946 love .graphics .print (" Ticks per update: " .. tpu ,150 * winxm ,180 * winym ,0 ,winxm ,winym )
0 commit comments