From 5353eabd9f282cc3f3d113e9efc3edd018972556 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 28 Jan 2018 04:07:18 -0500 Subject: [PATCH] Buff Hero 0 walljump --- scenes/heroes/0.tscn | 4 ++++ scripts/heroes/0.gd | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scenes/heroes/0.tscn b/scenes/heroes/0.tscn index 39d98d4..311cf4a 100644 --- a/scenes/heroes/0.tscn +++ b/scenes/heroes/0.tscn @@ -13,4 +13,8 @@ script = ExtResource( 2 ) _sections_unfolded = [ "Pause", "Transform", "Visibility" ] +[node name="Crosshair" parent="MasterOnly" index="0"] + +text = "" + diff --git a/scripts/heroes/0.gd b/scripts/heroes/0.gd index f2147e0..efa18fc 100644 --- a/scripts/heroes/0.gd +++ b/scripts/heroes/0.gd @@ -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