A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth

8 lines
207 B

  1. extends "res://scripts/player.gd"
  2. #func _ready():
  3. # get_node("Area").set_gravity_distance_scale(10)
  4. func _process(delta):
  5. print(get_translation())
  6. #get_node("Area").set_gravity_vector(get_translation())