Browse Source

add behavior/radius fields

yenatch 6 years ago
parent
commit
8d42df5e33
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      mainwindow.cpp

+ 6
- 0
mainwindow.cpp View File

498
         field_labels["script_label"] = "Script";
498
         field_labels["script_label"] = "Script";
499
         field_labels["event_flag"] = "Event Flag";
499
         field_labels["event_flag"] = "Event Flag";
500
         field_labels["replacement"] = "Replacement";
500
         field_labels["replacement"] = "Replacement";
501
+        field_labels["behavior"] = "Behavior";
502
+        field_labels["radius_x"] = "Movement Radius X";
503
+        field_labels["radius_y"] = "Movement Radius Y";
501
         field_labels["property"] = "Property";
504
         field_labels["property"] = "Property";
502
         field_labels["sight_radius"] = "Sight Radius";
505
         field_labels["sight_radius"] = "Sight Radius";
503
         field_labels["destination_warp"] = "Destination Warp";
506
         field_labels["destination_warp"] = "Destination Warp";
528
             //connect(item, SIGNAL(scriptChanged(QString)), frame->ui->comboBox_script, SLOT(setValue(QString)));
531
             //connect(item, SIGNAL(scriptChanged(QString)), frame->ui->comboBox_script, SLOT(setValue(QString)));
529
             */
532
             */
530
 
533
 
534
+            fields << "behavior";
535
+            fields << "radius_x";
536
+            fields << "radius_y";
531
             fields << "script_label";
537
             fields << "script_label";
532
             fields << "event_flag";
538
             fields << "event_flag";
533
             fields << "replacement";
539
             fields << "replacement";