diff --git a/.gitignore b/.gitignore index 911eb2e..3ab1ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ src/main/resources/assets/powertool/textures/block/observer_time_back_on.psd src/main/resources/assets/powertool/textures/block/observer_time_front.psd src/main/resources/assets/powertool/textures/block/observer_time_side.psd src/main/resources/assets/powertool/textures/block/observer_time_top.psd +src/main/resources/assets/powertool/textures/gui/timezone_icon.psd diff --git a/src/main/resources/assets/powertool/textures/gui/local_time.png b/src/main/resources/assets/powertool/textures/gui/local_time.png new file mode 100644 index 0000000..4076a4d Binary files /dev/null and b/src/main/resources/assets/powertool/textures/gui/local_time.png differ diff --git a/src/main/resources/assets/powertool/textures/gui/trash_can.png b/src/main/resources/assets/powertool/textures/gui/trash_can.png index 9a118f0..02d1662 100644 Binary files a/src/main/resources/assets/powertool/textures/gui/trash_can.png and b/src/main/resources/assets/powertool/textures/gui/trash_can.png differ diff --git a/src/main/resources/assets/powertool/textures/gui/utc_time.png b/src/main/resources/assets/powertool/textures/gui/utc_time.png new file mode 100644 index 0000000..a6f453e Binary files /dev/null and b/src/main/resources/assets/powertool/textures/gui/utc_time.png differ