diff --git a/source/main.adb b/source/main.adb index f92c1e4..0fc0192 100644 --- a/source/main.adb +++ b/source/main.adb @@ -165,8 +165,8 @@ begin --~magic.menu (0, 0, true); --~might.menu (0, 0, true); -- - ui.draw_menu (60, 60, 256, 256); - ui.draw_tiny_menu (360, 60, 256, 256); + --~ui.draw_menu (60, 60, 256, 256); + --~ui.draw_tiny_menu (360, 60, 256, 256); -- menu_render; -- diff --git a/sprite/item/main_hand/bone_mace.png b/sprite/item/main_hand/bone_mace.png new file mode 100644 index 0000000..cf4ef59 Binary files /dev/null and b/sprite/item/main_hand/bone_mace.png differ diff --git a/sprite/item/main_hand/club.png b/sprite/item/main_hand/club.png new file mode 100644 index 0000000..b7553e8 Binary files /dev/null and b/sprite/item/main_hand/club.png differ diff --git a/sprite/item/main_hand/iron_mace.png b/sprite/item/main_hand/iron_mace.png new file mode 100644 index 0000000..b41f0dc Binary files /dev/null and b/sprite/item/main_hand/iron_mace.png differ diff --git a/sprite/item/main_hand/jade_mace.png b/sprite/item/main_hand/jade_mace.png new file mode 100644 index 0000000..5adad2d Binary files /dev/null and b/sprite/item/main_hand/jade_mace.png differ diff --git a/sprite/item/main_hand/mithril_mace.png b/sprite/item/main_hand/mithril_mace.png new file mode 100644 index 0000000..58a2c4f Binary files /dev/null and b/sprite/item/main_hand/mithril_mace.png differ diff --git a/sprite/item/main_hand/spiked_club.png b/sprite/item/main_hand/spiked_club.png new file mode 100644 index 0000000..87b45fd Binary files /dev/null and b/sprite/item/main_hand/spiked_club.png differ diff --git a/sprite/item/main_hand/steel_mace.png b/sprite/item/main_hand/steel_mace.png new file mode 100644 index 0000000..1279494 Binary files /dev/null and b/sprite/item/main_hand/steel_mace.png differ