From da102bae920f96018bc4ab1e9016a463e4cf81cb Mon Sep 17 00:00:00 2001 From: Rapahel Lauray Date: Mon, 30 Oct 2023 19:18:56 +0100 Subject: [PATCH] Ajout info.json --- .../textures/animations/attack_point/despawn/info.json | 9 +++++++++ assets/textures/animations/attack_point/spawn/info.json | 9 +++++++++ .../textures/animations/blocked_to_directory/info.json | 9 +++++++++ .../textures/animations/directory_to_blocked/info.json | 9 +++++++++ 4 files changed, 36 insertions(+) create mode 100644 assets/textures/animations/attack_point/despawn/info.json create mode 100644 assets/textures/animations/attack_point/spawn/info.json create mode 100644 assets/textures/animations/blocked_to_directory/info.json create mode 100644 assets/textures/animations/directory_to_blocked/info.json 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