Add a location picker for selecting a location in a town or outdoor sector.

It's currently used in special node editing and in advanced town details.
This commit is contained in:
2025-02-28 01:26:29 -05:00
committed by Celtic Minstrel
parent 63bbb38374
commit 5861268e8c
24 changed files with 484 additions and 59 deletions

View File

@@ -8,6 +8,7 @@ scened_sources = Split("""
scen.fileio.cpp
scen.graphics.cpp
scen.keydlgs.cpp
scen.locpicker.cpp
scen.main.cpp
scen.townout.cpp
../view_dialogs.cpp
@@ -49,4 +50,4 @@ else:
env.Package(scened, install_dir, scened_info)
if debug_symbols is not None:
env.Install(install_dir, debug_symbols)
env.Install(install_dir, debug_symbols)