Explorar el Código

Ch

tags/earlywindows
Madiwka3 hace 3 años
padre
commit
ae15b21a1d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      levels/menu.lua

+ 1
- 0
levels/menu.lua Ver fichero

@@ -1,5 +1,6 @@
menu = Class{}
local M = {}
local menuLoaded = false
function menu.update(dt)
if animationSecsLeft > 0 then
animationSecsLeft = animationSecsLeft - dt


Cargando…
Cancelar
Guardar