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.

16 lines
406 B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://scenes/player.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scripts/heroes/0.gd" type="Script" id=2]
  4. [node name="RigidBody" instance=ExtResource( 1 )]
  5. contacts_reported = 1
  6. contact_monitor = true
  7. script = ExtResource( 2 )
  8. [node name="Ray" parent="Yaw/Pitch" index="1"]
  9. _sections_unfolded = [ "Pause", "Transform", "Visibility" ]