Subversion Repositories BlockadePP

Compare Revisions

Ignore whitespace Rev 1 → Rev 5

/blockade/bin/Debug/blockade.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/blockade/bin/Debug/blockade.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/blockade/bin/Debug/data/menuStart.dat
1,0 → 0,0
bg_fire2.png,menuFG.png,30,1
bg_fire2.png,menuFG.png,10,1
/blockade/bin/Debug/data/credits.dat
18,4 → 18,7
nC#
n
b- Primary IDE -
nSharpDevelop
nSharpDevelop
n
b- Thanks To -
nLassitor
/blockade/Form2.cs
77,7 → 77,7
cX = 0.5f;
cY = 0.5f;
if (data[3] == "1")
smokeOn = true;
smokeOn = true;
reader = new System.IO.StreamReader(@"data/menuTexts.dat", System.Text.Encoding.UTF8);
string[] lines = reader.ReadToEnd().Split('\n');
187,6 → 187,12
case ("l"):
font1 = new Font(FontFamily.GenericMonospace, 20, FontStyle.Bold);
break;
case ("s"):
font1 = new Font(FontFamily.GenericMonospace, 8, FontStyle.Bold);
break;
case ("n"):
font1 = new Font(FontFamily.GenericMonospace, 13, FontStyle.Bold);
break;
default:
font1 = new Font(FontFamily.GenericMonospace, 13, FontStyle.Bold);
break;
/blockade/obj/Debug/blockade.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/blockade/obj/Debug/blockade.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream