Removed script from editor

This commit is contained in:
2024-09-20 16:06:27 +03:00
parent 43c312e371
commit 9ad8bb2620
8 changed files with 336 additions and 97 deletions

View File

@@ -1177,5 +1177,7 @@ void RoadLinesEditor::event_handler(const String &event, const Array &args)
print_line("the line is a road");
if (current_line.ends_with("_road") && update_roads)
rebuild_roads();
} else if (event == "result:get_building_types") {
/* TODO:: implement */
}
}