resources/app.icf

changeset 0
bba7a2a225f6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/resources/app.icf	Thu Aug 22 19:50:12 2013 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +[S3E]
     1.5 +MemMgrMaxAllocWarning=0
     1.6 +DispFixRot=FixedLandscape
     1.7 +
     1.8 +# Marmalade bugs are too much to use ICF configured splashscreens!
     1.9 +## Splashscreen image config
    1.10 +#SplashScreenFile="splashdir/splashkat_768.png"
    1.11 +#SplashScreenWidth=1280  # width of image
    1.12 +#SplashScreenHeight=768  # height of image
    1.13 +#
    1.14 +## Splashscreen background
    1.15 +#SplashScreenBkR=0
    1.16 +#SplashScreenBkG=0
    1.17 +#SplashScreenBkB=0
    1.18 +
    1.19 +# http://docs.madewithmarmalade.com/native/devtools/icffilesettings/iwglicfsettings.html
    1.20 +[GL]
    1.21 +VirtualWidth=1280
    1.22 +VirtualHeight=768
    1.23 +VirtualLetterbox=0
    1.24 +VirtualRotate=0
    1.25 +
    1.26 +{OS=WINDOWS}
    1.27 +PreCompileShaderBinaries=1
    1.28 +{}
    1.29 +
    1.30 +[QUICK]
    1.31 +mainFilename="main.lua"
    1.32 +

mercurial