mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Support coord_event_weather
This commit is contained in:
@@ -549,6 +549,9 @@ void MainWindow::updateSelectedObjects() {
|
||||
fields << "coord_unknown1";
|
||||
fields << "coord_unknown2";
|
||||
}
|
||||
else if (event_type == "trap_weather") {
|
||||
fields << "weather";
|
||||
}
|
||||
else if (event_type == "sign") {
|
||||
fields << "type";
|
||||
fields << "script_label";
|
||||
|
||||
Reference in New Issue
Block a user