From 9b882cf2371eb675967c4b27163604ad27432d78 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Sun, 30 Jan 2022 08:19:46 -0800 Subject: [PATCH] Adjust clock --- Assets/Sprites/ui.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Assets/Sprites/ui.yaml b/Assets/Sprites/ui.yaml index 5efa881..39c4497 100644 --- a/Assets/Sprites/ui.yaml +++ b/Assets/Sprites/ui.yaml @@ -19,3 +19,30 @@ animations: width: 500 height: 864 source: scary-bun.png + clock: + sets: + cover: + subsets: + default: + frames: + - x: 0 + y: 31 + width: 64 + height: 33 + sun: + subsets: + default: + frames: + - x: 0 + y: 0 + width: 16 + height: 16 + moon: + subsets: + default: + frames: + - x: 32 + y: 0 + width: 16 + height: 16 + source: clock.png