Side scrolling creepy puzzle game.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Player_Breathing.tres 863B

1234567891011121314151617181920212223
  1. [gd_resource type="AnimationNodeBlendTree" load_steps=5 format=2]
  2. [sub_resource type="AnimationNodeAnimation" id=1]
  3. animation = "Breath"
  4. [sub_resource type="AnimationNodeAnimation" id=2]
  5. animation = "Base"
  6. [sub_resource type="AnimationNodeTimeScale" id=3]
  7. [sub_resource type="AnimationNodeBlend2" id=4]
  8. [resource]
  9. nodes/Animation/node = SubResource( 2 )
  10. nodes/Animation/position = Vector2( 200, 80 )
  11. "nodes/Animation 2/node" = SubResource( 1 )
  12. "nodes/Animation 2/position" = Vector2( 200, 220 )
  13. nodes/BreathRate/node = SubResource( 3 )
  14. nodes/BreathRate/position = Vector2( 460, 200 )
  15. nodes/IdleBreath/node = SubResource( 4 )
  16. nodes/IdleBreath/position = Vector2( 680, 80 )
  17. nodes/output/position = Vector2( 960, 100 )
  18. node_connections = [ "output", 0, "IdleBreath", "IdleBreath", 0, "Animation", "IdleBreath", 1, "BreathRate", "BreathRate", 0, "Animation 2" ]