Editor search field for terrains, monsters, items in palette

This commit is contained in:
2025-05-29 17:04:11 -05:00
parent 73f171b3ec
commit fb56cbf607
11 changed files with 262 additions and 119 deletions

View File

@@ -29,7 +29,7 @@ const char* oboeVersionString();
// Window Resolutions
const short boe_width = 605, boe_height = 430;
const short pc_width = 590, pc_height = 440;
const short scen_width = 584, scen_height = 420;
const short scen_width = 584, scen_height = 435;
// A convenient alias
namespace boost { namespace filesystem {} namespace process {}}