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
Browse Source
Increase Hero 0 mobility, hero 1 wall size
master
Luna
7 years ago
parent
1e752d5a58
commit
d33aa70867
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/heroes/0.gd
+1
-1
scripts/heroes/1.gd
+ 1
- 1
scripts/heroes/0.gd
View File
@ -1,7 +1,7 @@
extends
"
res://scripts/player.gd
"
const
wallride_speed_necessary
=
1.5
const
wallride_leap_height
=
4
8
const
wallride_leap_height
=
4
5
const
wallride_leap_side
=
6
const
wallride_leap_build
=
0.01
+ 1
- 1
scripts/heroes/1.gd
View File
@ -4,7 +4,7 @@ var walls = []
var
placing_wall_node
var
is_placing_wall
=
false
const
max_walls
=
3
const
max_walls
=
7
func
_process
(
delta
)
:
if
is_network_master
(
)
:
Write
Preview
Loading…
Cancel
Save