From b22db6288809a012bcc7d39c768662d4198ec370 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:02:16 +0200 Subject: Add visual distinction for dimensional convergence (#2934) * change screen texture when convergence is active * forgor * remove magic number Co-authored-by: Alexander Anishin <14104815+OneEyeMaker@users.noreply.github.com> --------- Co-authored-by: Martin Robertz Co-authored-by: Alexander Anishin <14104815+OneEyeMaker@users.noreply.github.com> --- .../blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png | Bin 0 -> 949 bytes .../blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png.mcmeta | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png.mcmeta (limited to 'src/main/resources/assets/gregtech/textures') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png new file mode 100644 index 0000000000..4209925520 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png.mcmeta new file mode 100644 index 0000000000..5e86a7cd5f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_RAINBOWSCREEN_GLOW.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":8 + } +} \ No newline at end of file -- cgit