Browse Source

Buff Hero 0 walljump

master
Luna 7 years ago
parent
commit
5353eabd9f
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      scenes/heroes/0.tscn
  2. +2
    -2
      scripts/heroes/0.gd

+ 4
- 0
scenes/heroes/0.tscn View File

@ -13,4 +13,8 @@ script = ExtResource( 2 )
_sections_unfolded = [ "Pause", "Transform", "Visibility" ]
[node name="Crosshair" parent="MasterOnly" index="0"]
text = ""

+ 2
- 2
scripts/heroes/0.gd View File

@ -1,8 +1,8 @@
extends "res://scripts/player.gd"
const wallride_speed_necessary = 2
const wallride_leap_height = 14
const wallride_leap_side = 8
const wallride_leap_height = 25
const wallride_leap_side = 6
const wallride_leap_build = 0.01
var since_on_wall = 0


Loading…
Cancel
Save