mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Relintai
43c11fcdf5
Changes to the name of the `navmesh` and `navpoly` properties on
`NavigationRegion` caused navigation data to be lost on load.
This PR creates uses `_set`/`_get` to handle compatibility with the
older names on load, preserving the data.
Also fixes a typo on `get_vertices_per_polygon` in `NavigationMesh`,
and renames the property to remove the `polygon_` prefix which doesn't
match the setter/getter.
- DarkKilauea, akien-mga
|
||
---|---|---|
.. | ||
doc_classes | ||
geometry_parser | ||
icons | ||
config.py | ||
grid_map_editor_plugin.cpp | ||
grid_map_editor_plugin.h | ||
grid_map.cpp | ||
grid_map.h | ||
mesh_library_editor_plugin.cpp | ||
mesh_library_editor_plugin.h | ||
mesh_library.cpp | ||
mesh_library.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |