Newer
Older
DungeonShooting / DungeonShooting_Godot / addons / dungeonShooting_plugin / ActivityObjectHit.tres
@小李xl 小李xl on 16 Nov 2022 437 bytes 在ActivityObject上加动画播放器
  1. [gd_resource type="Animation" format=2]
  2.  
  3. [resource]
  4. resource_name = "hit"
  5. length = 0.15
  6. step = 0.05
  7. tracks/0/type = "value"
  8. tracks/0/path = NodePath("AnimatedSprite:material:shader_param/schedule")
  9. tracks/0/interp = 1
  10. tracks/0/loop_wrap = true
  11. tracks/0/imported = false
  12. tracks/0/enabled = true
  13. tracks/0/keys = {
  14. "times": PoolRealArray( 0, 0.05, 0.15 ),
  15. "transitions": PoolRealArray( 1, 1, 1 ),
  16. "update": 0,
  17. "values": [ 1.0, 1.0, 0.0 ]
  18. }