Side scrolling creepy puzzle game.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

24 linhas
863B

  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" ]