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.

42 lines
1.3 KiB

  1. [gd_scene load_steps=6 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. [ext_resource path="res://assets/heroes/0_head.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://assets/heroes/0.obj" type="ArrayMesh" id=4]
  6. [ext_resource path="res://scenes/ability_icon.tscn" type="PackedScene" id=5]
  7. [node name="RigidBody" instance=ExtResource( 1 )]
  8. script = ExtResource( 2 )
  9. [node name="RotatedHead" parent="Yaw/Pitch" index="0"]
  10. transform = Transform( 0.376731, 0, 6.23012e-08, -6.13772e-08, 1.03258e-14, 0.382402, 0, -0.389018, 1.01502e-14, 0, 0.104562, -0.0173855 )
  11. mesh = ExtResource( 3 )
  12. [node name="MainMesh" parent="Yaw" index="1"]
  13. transform = Transform( 0.409321, 0, 0, 0, -7.39614e-08, -0.453971, 0, 0.389055, -6.33852e-08, 0.0432051, 0.588691, 0.0666541 )
  14. mesh = ExtResource( 4 )
  15. [node name="Crosshair" parent="MasterOnly" index="0"]
  16. text = ""
  17. [node name="Boost" parent="MasterOnly" index="1" instance=ExtResource( 5 )]
  18. anchor_left = 1.0
  19. anchor_top = 1.0
  20. anchor_right = 1.0
  21. anchor_bottom = 1.0
  22. margin_left = -91.0
  23. margin_top = -118.0
  24. margin_right = -80.0
  25. margin_bottom = -109.0
  26. cost = 2
  27. ability_name = "Speed Boost"
  28. display_progress = false
  29. action = "hero_0_boost"