Timestamp:
Apr 18, 2021, 6:23:10 PM (3 years ago)
Author:
Vladislav Belov
Message:

Moves cinematic overlay to GUI.

Differential Revision: https://code.wildfiregames.com/D3869

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/gui/session/session.js

    r25156 r25289  
    630630    updateTimers();
    631631    Engine.GuiInterfaceCall("ClearRenamedEntities");
     632
     633
     634
     635
    632636}
    633637
     
    676680
    677681    Engine.GetGUIObjectByName("session").hidden = !g_ShowGUI || isPlayingCinemaPath;
     682
    678683    Engine.ConfigDB_CreateValue("user", "silhouettes", !isPlayingCinemaPath && Engine.ConfigDB_GetValue("user", "silhouettes") == "true" ? "true" : "false");
     684
     685
     686
     687
     688
     689
     690
     691
     692
     693
     694
     695
     696
     697
     698
     699
     700
     701
     702
     703
    679704}
    680705
Note: See TracChangeset for help on using the changeset viewer.