Browse Source

Increase Hero 0 mobility, hero 1 wall size

master
Luna 7 years ago
parent
commit
d33aa70867
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      scripts/heroes/0.gd
  2. +1
    -1
      scripts/heroes/1.gd

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

@ -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


+ 1
- 1
scripts/heroes/1.gd View File

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


Loading…
Cancel
Save