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():