diff --git a/source/main.adb b/source/main.adb index 7f3f935..6646d12 100644 --- a/source/main.adb +++ b/source/main.adb @@ -309,6 +309,7 @@ begin -- chad.draw_alice; deity.draw (deity.AEZORA, 300, 300); + deity.draw (deity.ULDRAE, 500, 300); -- ui.write (framerate'image, window_width - 5 * core.icon + 3, window_height - 27); -- diff --git a/sprite/deity/AEZORA.png b/sprite/deity/AEZORA.png index 579b1bd..b042b8f 100644 Binary files a/sprite/deity/AEZORA.png and b/sprite/deity/AEZORA.png differ diff --git a/sprite/deity/ULDRAE.png b/sprite/deity/ULDRAE.png new file mode 100644 index 0000000..245b175 Binary files /dev/null and b/sprite/deity/ULDRAE.png differ