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.

69 lines
1.5 KiB

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scenes/player.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scripts/heroes/2.gd" type="Script" id=2]
  4. [sub_resource type="SphereShape" id=4]
  5. radius = 7.0
  6. [node name="RigidBody" index="0" instance=ExtResource( 1 )]
  7. collision_layer = 4
  8. script = ExtResource( 2 )
  9. [node name="Crosshair" parent="MasterOnly" index="0"]
  10. text = ""
  11. [node name="RepellingHUD" type="Label" parent="MasterOnly" index="1"]
  12. anchor_left = 0.5
  13. anchor_top = 0.5
  14. anchor_right = 0.5
  15. anchor_bottom = 0.5
  16. margin_left = -20.0
  17. margin_top = -7.0
  18. margin_right = 20.0
  19. margin_bottom = 7.0
  20. rect_pivot_offset = Vector2( 0, 0 )
  21. mouse_filter = 2
  22. mouse_default_cursor_shape = 0
  23. size_flags_horizontal = 1
  24. size_flags_vertical = 4
  25. text = "\\/"
  26. align = 1
  27. percent_visible = 1.0
  28. lines_skipped = 0
  29. max_lines_visible = -1
  30. [node name="Area" type="Area" parent="." index="6"]
  31. input_ray_pickable = false
  32. input_capture_on_drag = false
  33. space_override = 1
  34. gravity_point = true
  35. gravity_distance_scale = 0.0
  36. gravity_vec = Vector3( 0, 0, 0 )
  37. gravity = 40.0
  38. linear_damp = 0.1
  39. angular_damp = 1.0
  40. priority = 0.0
  41. monitoring = true
  42. monitorable = true
  43. collision_layer = 4
  44. collision_mask = 1
  45. audio_bus_override = false
  46. audio_bus_name = "Master"
  47. reverb_bus_enable = false
  48. reverb_bus_name = "Master"
  49. reverb_bus_amount = 0.0
  50. reverb_bus_uniformity = 0.0
  51. _sections_unfolded = [ "Audio Bus", "Collision", "Pause", "Reverb Bus", "Transform", "Visibility" ]
  52. [node name="CollisionShape" type="CollisionShape" parent="Area" index="0"]
  53. shape = SubResource( 4 )
  54. disabled = false