diff --git a/assets/textures/animations/attack_point/despawn/info.json b/assets/textures/animations/attack_point/despawn/info.json new file mode 100644 index 0000000..80b18a3 --- /dev/null +++ b/assets/textures/animations/attack_point/despawn/info.json @@ -0,0 +1,9 @@ +{ + "end_image": "error.png", + "offset": { + "x": 0, + "y": 0 + }, + "frame_count": 21, + "fps": 60 +} \ No newline at end of file diff --git a/assets/textures/animations/attack_point/spawn/info.json b/assets/textures/animations/attack_point/spawn/info.json new file mode 100644 index 0000000..d070be0 --- /dev/null +++ b/assets/textures/animations/attack_point/spawn/info.json @@ -0,0 +1,9 @@ +{ + "end_image": "attack_point.png", + "offset": { + "x": 0, + "y": 0 + }, + "frame_count": 21, + "fps": 60 +} \ No newline at end of file diff --git a/assets/textures/animations/blocked_to_directory/info.json b/assets/textures/animations/blocked_to_directory/info.json new file mode 100644 index 0000000..2f3e5be --- /dev/null +++ b/assets/textures/animations/blocked_to_directory/info.json @@ -0,0 +1,9 @@ +{ + "end_image": "directory.png", + "offset": { + "x": 0, + "y": 0 + }, + "frame_count": 20, + "fps": 60 +} \ No newline at end of file diff --git a/assets/textures/animations/directory_to_blocked/info.json b/assets/textures/animations/directory_to_blocked/info.json new file mode 100644 index 0000000..b6e64d6 --- /dev/null +++ b/assets/textures/animations/directory_to_blocked/info.json @@ -0,0 +1,9 @@ +{ + "end_image": "blocked_directory.png", + "offset": { + "x": 0, + "y": 0 + }, + "frame_count": 20, + "fps": 60 +} \ No newline at end of file