From d33aa70867473c7b8e7d99a5b2ba2f16a4c55d74 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 4 Feb 2018 01:52:33 -0500 Subject: [PATCH] Increase Hero 0 mobility, hero 1 wall size --- scripts/heroes/0.gd | 2 +- scripts/heroes/1.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/heroes/0.gd b/scripts/heroes/0.gd index 1595fbe..efebde3 100644 --- a/scripts/heroes/0.gd +++ b/scripts/heroes/0.gd @@ -1,7 +1,7 @@ extends "res://scripts/player.gd" const wallride_speed_necessary = 1.5 -const wallride_leap_height = 48 +const wallride_leap_height = 45 const wallride_leap_side = 6 const wallride_leap_build = 0.01 diff --git a/scripts/heroes/1.gd b/scripts/heroes/1.gd index d192ecf..6ee928b 100644 --- a/scripts/heroes/1.gd +++ b/scripts/heroes/1.gd @@ -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():