editing outdoor terrain: prompt to jump to next sections

This commit is contained in:
2025-01-21 15:36:22 -06:00
parent 7b92779e13
commit 74dbc07e23
3 changed files with 82 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ void flash_rect(rectangle to_flash);
void swap_terrain();
void set_new_terrain(ter_num_t selected_terrain);
void handle_keystroke(sf::Event event);
void handle_editor_screen_shift(int dx, int dy);
void handle_scroll(const sf::Event& event);
void get_wandering_monst();
void get_town_info();