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
Make Hero 0 wallride jump go higher
master
Luna
7 years ago
parent
7142e7345e
commit
131de9c874
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/heroes/0.gd
+ 1
- 1
scripts/heroes/0.gd
View File
@ -2,7 +2,7 @@ extends "res://scripts/player.gd"
const
wallride_speed
=
0
const
wallride_speed_necessary
=
15
const
wallride_leap_height
=
1
0
const
wallride_leap_height
=
2
0
const
wallride_leap_side
=
10
var
since_on_wall
=
0
Write
Preview
Loading…
Cancel
Save