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.

50 lines
1.4 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/5.gd" type="Script" id=2]
  4. [ext_resource path="res://assets/heroes/5_head.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://assets/heroes/5.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( 2.65431e-14, -1.62921e-07, 1, -1, -1.62921e-07, 0, 1.62921e-07, -1, -1.62921e-07, 0, 0.0814397, -0.103671 )
  11. mesh = ExtResource( 3 )
  12. [node name="MainMesh" parent="Yaw" index="1"]
  13. transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0.556542, 0 )
  14. mesh = ExtResource( 4 )
  15. [node name="Portal" parent="MasterOnly" index="2" instance=ExtResource( 5 )]
  16. anchor_left = 1.0
  17. anchor_top = 1.0
  18. anchor_right = 1.0
  19. anchor_bottom = 1.0
  20. margin_left = -160.0
  21. margin_top = -112.0
  22. margin_right = -149.0
  23. margin_bottom = -103.0
  24. cost = 75
  25. ability_name = "Build Portal"
  26. action = "hero_5_place_portal"
  27. [node name="Teleport" parent="MasterOnly" index="3" instance=ExtResource( 5 )]
  28. anchor_left = 1.0
  29. anchor_top = 1.0
  30. anchor_right = 1.0
  31. anchor_bottom = 1.0
  32. margin_left = -70.0
  33. margin_top = -112.0
  34. margin_right = -59.0
  35. margin_bottom = -103.0
  36. cost = 5
  37. ability_name = "Teleport"