Browse Source

Ch

tags/earlywindows
Madiwka3 3 years ago
parent
commit
ae15b21a1d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      levels/menu.lua

+ 1
- 0
levels/menu.lua View File

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


Loading…
Cancel
Save