A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
207 B

extends "res://scripts/player.gd"
#func _ready():
# get_node("Area").set_gravity_distance_scale(10)
func _process(delta):
print(get_translation())
#get_node("Area").set_gravity_vector(get_translation())