diff options
| author | CriticalFlaw <[email protected]> | 2021-02-04 22:26:38 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-02-04 22:26:38 -0500 |
| commit | 58e853f526a1ea30cbbba21db9b087798d5ef184 (patch) | |
| tree | f79b4683b3f7af60cc3bfa3eda30dd471b58484d /resource | |
| parent | 2743d6b1c10ad21a90f0e360f7ebdd09c11de4b5 (diff) | |
Moved main menu class image control
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 78c300e..301b746 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -21,4 +21,18 @@ "textAlignment" "east" "fgcolor_override" "TanLight" } -}
\ No newline at end of file + + "TFCharacterImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" + "ypos" "-80" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } +} |
