jak3: subtitle3, vag-player (#3758)

This commit is contained in:
Hat Kid
2024-11-12 02:45:16 +01:00
committed by GitHub
parent b55a918902
commit af5cb9b1cb
48 changed files with 12292 additions and 126 deletions
@@ -402,6 +402,10 @@ void SubtitleEditor::draw_subtitle_options(GameSubtitleSceneInfo& scene, bool cu
} else {
bool play = false;
bool save_and_reload_text = false;
if (ImGui::Button("Save")) {
save_and_reload_text = true;
}
ImGui::SameLine();
if (ImGui::Button("Play")) {
play = true;
}