41 lines
1.0 KiB
Ucode
41 lines
1.0 KiB
Ucode
//==============================================================================
|
|
// Created on: 10/10/2003
|
|
// Base class for simple popups
|
|
//
|
|
// Written by Ron Prestenback
|
|
// © 2003, Epic Games, Inc. All Rights Reserved
|
|
//==============================================================================
|
|
class MessageWindow extends PopupPageBase;
|
|
|
|
DefaultProperties
|
|
{
|
|
Begin Object Class=FloatingImage Name=MessageWindowFrameBackground
|
|
// WinWidth=1.000000
|
|
// WinHeight=0.289063
|
|
// WinLeft=0.000000
|
|
// WinTop=0.335938
|
|
WinWidth=1
|
|
WinHeight=1
|
|
WinLeft=0
|
|
WinTop=0
|
|
// if _RO_
|
|
// easier to fix here than changing everywhere --emh
|
|
// Image=Texture'InterfaceArt_tex.Menu.Quitmenu'
|
|
// ImageStyle=ISTY_Scaled
|
|
// else
|
|
Image=Texture'KF_InterfaceArt_tex.Menu.Med_border_SlightTransparent'
|
|
// end if _RO_
|
|
bBoundToParent=true
|
|
bScaleToParent=true
|
|
DropShadowX=0
|
|
DropShadowY=0
|
|
End Object
|
|
i_FrameBG=MessageWindowFrameBackground
|
|
|
|
WinLeft=0.0
|
|
WinHeight=0.38
|
|
WinTop=0.3
|
|
WinWidth=1.0
|
|
|
|
}
|