mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Add basic drop-and-drop connection editing
This commit is contained in:
@@ -67,6 +67,7 @@ void Project::loadMapConnections(Map *map) {
|
||||
}
|
||||
|
||||
map->connections.clear();
|
||||
map->connection_items.clear();
|
||||
if (!map->connections_label.isNull()) {
|
||||
QString path = root + QString("/data/maps/%1/connections.inc").arg(map->name);
|
||||
QString text = readTextFile(path);
|
||||
|
||||
Reference in New Issue
Block a user