home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 32
/
cdactionmagazinecoverdisc321999.iso
/
hg2
/
hg2demo.exe
/
data
/
Shell
/
ldl
/
game.ldl
< prev
next >
Wrap
Text File
|
1998-10-11
|
1KB
|
47 lines
#######################################
# File: assets\ldl\netshell.ldl
# Last Access: Mon May 18 11:40:26 1998
#######################################
##-----------------------------------##
## Imports ##
##-----------------------------------##
import "netshell.ldl"
template introwindowbutton {
string image0 "SBTN006U.TGA"
string activeimage0 "SBTN006M.TGA"
string image1 "SBTN006D.TGA"
string disabledimage0 "SBTN006X.TGA"
string imageblttype "stretch"
string xanchor "center"
int widthpct 40
int heightpct 8
string fontname "Arialnb.ttf"
int fontsize 20
bool boldfont TRUE
}
introwindow {
int widthpct 100
int heightpct 100
string tile "tile1.bmp"
singleplayerbutton:introwindowbutton {
int ypct 30
string text "SINGLE PLAYER"
}
multiplayerbutton:introwindowbutton {
int ypct 40
string text "MULTIPLAYER"
}
scenarioeditorbutton:introwindowbutton {
int ypct 50
string text "SCENARIO EDITOR"
}
quitbutton:introwindowbutton {
int ypct 60
string text "EXIT"
}
}
$