This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
12
Commits
1
Branch
5.6 MiB
Tree:
a30e884400
nv-moba
/
hero_select.gd
4 lines
69 B
Raw
Normal View
History
Add hero selection, add Hero 0 with wallriding
8 years ago
extends
OptionButton
func
_ready
(
)
:
add_item
(
"
Wallriding mfer
"
,
0
)