Skip to content

Commit

Permalink
Re-add background for mission setup screen
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Sep 6, 2021
1 parent 7cc775b commit 7b7cb04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion RandFramework/GUI/dialogs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ class TRGM_VAR_DialogSetupParams
// GUI EDITOR OUTPUT START (by TheAce0296, v1.063, #Fiholy)
////////////////////////////////////////////////////////

class RscPicture_7005: RscPicture
{
idc = 7005;
text = "RandFramework\Media\table1.paa";
x = 9.06872 * UI_GRID_W + UI_GRID_X;
y = 1.115 * UI_GRID_H + UI_GRID_Y;
w = 21.24376 * UI_GRID_W;
h = 23.375 * UI_GRID_H;
};

class RscListbox_1500: RscListBox
{
idc = 5500;
Expand Down Expand Up @@ -410,7 +420,7 @@ class TRGM_VAR_DialogSetupParams
{
idc = 5201;

text = "RandFramework\Media\TRGM7.paa";
text = "RandFramework\Media\TRGMReduxLogo.paa";
x = 19.59 * UI_GRID_W + UI_GRID_X;
y = 3.49 * UI_GRID_H + UI_GRID_Y;
w = 6.60267 * UI_GRID_W;
Expand Down
Binary file removed RandFramework/Media/TRGM7.paa
Binary file not shown.
Binary file added RandFramework/Media/TRGMReduxLogo.paa
Binary file not shown.

0 comments on commit 7b7cb04

Please sign in to comment.