Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / effects / Hit.tres
@小李xl 小李xl on 16 Nov 2022 661 bytes 在ActivityObject上加动画播放器
  1. [gd_resource type="SpriteFrames" load_steps=6 format=2]
  2.  
  3. [ext_resource path="res://resource/sprite/effect/hit/hit2.png" type="Texture" id=1]
  4. [ext_resource path="res://resource/sprite/effect/hit/hit4.png" type="Texture" id=2]
  5. [ext_resource path="res://resource/sprite/effect/hit/hit0.png" type="Texture" id=3]
  6. [ext_resource path="res://resource/sprite/effect/hit/hit3.png" type="Texture" id=4]
  7. [ext_resource path="res://resource/sprite/effect/hit/hit1.png" type="Texture" id=5]
  8.  
  9. [resource]
  10. animations = [ {
  11. "frames": [ ExtResource( 3 ), ExtResource( 5 ), ExtResource( 1 ), ExtResource( 4 ), ExtResource( 2 ) ],
  12. "loop": true,
  13. "name": "default",
  14. "speed": 20.0
  15. } ]