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
36
Commits
1
Branch
5.6 MiB
Tree:
a80d05ca4c
nv-moba
/
scripts
/
hero_select.gd
5 lines
101 B
Raw
Normal View
History
Add hero selection, add Hero 0 with wallriding
8 years ago
Add hero 1: WallMAKING mfer, works in singleplayer In multiplayer, if there is only one hero 1, it is ok, but with more than one, one hero 1 cannot place walls.
8 years ago
extends
OptionButton
func
_ready
(
)
:
add_item
(
"
Wallriding mfer
"
,
0
)
add_item
(
"
WallMAKING mfer
"
,
1
)