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.
62
Commits
1
Branch
0
Tags
55 MiB
Lua
100%
Tag:
Branch:
Tree:
451d710326
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '451d710326'
${ noResults }
love2d-tank
/
Win
/
WinKeyPressed.lua
7 lines
111 B
Raw
Blame
History
function
WinKeyPressed
(
key
)
if
key
==
"
r
"
then
RestartGame
(
)
_G.GAMESTATE
=
"
GAME
"
love.load
(
)
end
end
Reference in new issue
View Git Blame
Copy Permalink