This website works better with JavaScript.
Home
Explore
Help
Sign In
Madiwka
/
Gravity
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Ch
tags/earlywindows
Madiwka3
3 years ago
parent
f89f660953
commit
ae15b21a1d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save