This website works better with JavaScript.
Explore
Help
Sign In
simonkellet
/
love2d-tank
Watch
1
Star
0
Fork
You've already forked love2d-tank
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55
Commits
1
Branch
0
Tags
55 MiB
Tag:
Branch:
Tree:
db3559b8c6
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'db3559b8c6'
${ noResults }
love2d-tank
/
Win
/
WinKeyPressed.lua
8 lines
111 B
Raw
Normal View
History
Unescape
Escape
done for tonight
4 months ago
function
WinKeyPressed
(
key
)
if
key
==
"
r
"
then
RestartGame
(
)
_G.GAMESTATE
=
"
GAME
"
love.load
(
)
end
end