From ecd565bc8625f7b80ebe197554ab01e1ef9a604b Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 11 Feb 2025 18:52:46 +0900 Subject: Updating current focused attack cost + changing the cursor when not enough points --- scripts/generate-tiledata.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/generate-tiledata.py b/scripts/generate-tiledata.py index 2562e73..a743261 100644 --- a/scripts/generate-tiledata.py +++ b/scripts/generate-tiledata.py @@ -30,6 +30,8 @@ print("\n\t; Cursor") get_sprite_png_parse_output("./sprites/gui/cursor.png") print("\n\t; Energy") get_sprite_png_parse_output("./sprites/gui/energy-points.png") +print("\n\t; Disabled Cursor") +get_sprite_png_parse_output("./sprites/gui/disabled-cursor.png") sprite_idx = 0x80 print("\nFont_Data:") -- cgit v1.2.3-70-g09d2