Application: make BS/ES swapping non-advanced.
This commit is contained in:
parent
826f53c26b
commit
57f1a3ccef
1 changed files with 15 additions and 17 deletions
|
@ -246,7 +246,6 @@ Application::drawWeaponEditor(GameObjects::Weapon& weapon) {
|
||||||
weapon.name = name_buf.data();
|
weapon.name = name_buf.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(conf().advancedMode()) {
|
|
||||||
if(weapon.type == GameObjects::Weapon::Type::BulletShooter) {
|
if(weapon.type == GameObjects::Weapon::Type::BulletShooter) {
|
||||||
ImGui::Button("Import energy shooter by dragging it here");
|
ImGui::Button("Import energy shooter by dragging it here");
|
||||||
if(ImGui::BeginDragDropTarget()) {
|
if(ImGui::BeginDragDropTarget()) {
|
||||||
|
@ -267,7 +266,6 @@ Application::drawWeaponEditor(GameObjects::Weapon& weapon) {
|
||||||
ImGui::EndDragDropTarget();
|
ImGui::EndDragDropTarget();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ImGui::BeginGroup();
|
ImGui::BeginGroup();
|
||||||
drawAlignedText("Equipped:");
|
drawAlignedText("Equipped:");
|
||||||
|
|
Loading…
Reference in a new issue