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.

14 lines
377 B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://scenes/heroes/0.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scripts/ai/ai-player.gd" type="Script" id=2]
  4. [node name="RigidBody" index="0" instance=ExtResource( 1 )]
  5. [node name="AIController" type="Node" parent="." index="7"]
  6. pause_mode = 2
  7. script = ExtResource( 2 )
  8. _sections_unfolded = [ "Pause" ]