mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update FlappyBird.lua
This commit is contained in:
parent
8c740299be
commit
a7de9bf9fe
@ -262,7 +262,7 @@ while true do
|
||||
if birdIsAlive and (e[1] == "touch" or e[1] == "key_down") then
|
||||
yBird = yBird - config.birdFlyUpSpeed + (not birdIsAlive and 2 or 0)
|
||||
somethingHappend = true
|
||||
currentUser = e[6]
|
||||
currentUser = e[1] == "touch" and e[6] or e[5]
|
||||
end
|
||||
|
||||
moveColumns()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user