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.

72 lines
1.8 KiB

  1. [gd_scene load_steps=5 format=2]
  2. [ext_resource path="res://scenes/player.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scripts/heroes/3.gd" type="Script" id=2]
  4. [ext_resource path="res://assets/heroes/3_head.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://assets/heroes/3.obj" type="ArrayMesh" id=4]
  6. [node name="RigidBody" instance=ExtResource( 1 )]
  7. contacts_reported = 3
  8. script = ExtResource( 2 )
  9. [node name="RotatedHead" parent="Yaw/Pitch" index="0"]
  10. transform = Transform( 2.00155e-09, -0.0122854, -0.397072, -0.397262, -6.47224e-08, 0, -6.46914e-08, 0.397072, -0.0122854, 0, 0.10674, 0.039268 )
  11. mesh = ExtResource( 3 )
  12. [node name="MainMesh" parent="Yaw" index="1"]
  13. transform = Transform( 0.527155, 0, 0, 0, -1.12384e-07, -0.689809, 0, 0.587457, -9.57091e-08, 0, 0.671806, 0 )
  14. mesh = ExtResource( 4 )
  15. material/0 = null
  16. [node name="Crosshair" parent="MasterOnly" index="0"]
  17. text = ""
  18. [node name="Boosting" type="Label" parent="MasterOnly" index="2"]
  19. visible = false
  20. anchor_left = 0.5
  21. anchor_top = 1.0
  22. anchor_right = 0.5
  23. anchor_bottom = 1.0
  24. margin_left = -30.0
  25. margin_top = -161.0
  26. margin_right = 30.0
  27. margin_bottom = -147.0
  28. rect_pivot_offset = Vector2( 0, 0 )
  29. mouse_filter = 2
  30. mouse_default_cursor_shape = 0
  31. size_flags_horizontal = 1
  32. size_flags_vertical = 4
  33. text = "Boosting!"
  34. align = 1
  35. percent_visible = 1.0
  36. lines_skipped = 0
  37. max_lines_visible = -1
  38. [node name="Boosted" type="Label" parent="." index="6"]
  39. visible = false
  40. anchor_left = 0.5
  41. anchor_top = 1.0
  42. anchor_right = 0.5
  43. anchor_bottom = 1.0
  44. margin_left = -29.0
  45. margin_top = -163.0
  46. margin_right = 28.0
  47. margin_bottom = -149.0
  48. rect_pivot_offset = Vector2( 0, 0 )
  49. mouse_filter = 2
  50. mouse_default_cursor_shape = 0
  51. size_flags_horizontal = 1
  52. size_flags_vertical = 4
  53. text = "Boosted!"
  54. align = 1
  55. percent_visible = 1.0
  56. lines_skipped = 0
  57. max_lines_visible = -1