資源簡介
c# 坦克大戰 小游戲源碼(Microsoft.DirectX)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Drawing;
using?demo2.Properties;
//Download?by?http://www.NewXing.com
namespace?demo2
{
????class?Blast:Element
????{
????????private?int?count?=?0;
????????//添加爆炸的圖片
????????private?static?Image[]?imgBlast?=?new?Image[]
????????{
????????????Resources.blast1
????????????Resources.blast2
????????????Resources.blast3
????????????Resources.blast4
????????????Resources.blast5
????????????Resources.blast6
????????????Resources.blast7
????????????Resources.blast8
????????};
????????//構造函數
????????public?Blast(int?x?int?y)
????????????:?base(x?y)
????????{?
??????????
????????}
????????//繪制爆炸
????????public?override?void?Draw(Graphics?g)
????????{
???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1380??2011-03-24?22:28??www.NewXing.com\Properties\AssemblyInfo.cs
?????文件???????1148??2011-03-24?22:28??www.NewXing.com\Blast.cs
?????文件???????1558??2011-03-24?22:28??www.NewXing.com\Born.cs
?????文件????????215??2011-03-24?22:28??www.NewXing.com\Direction.cs
?????文件???????1294??2011-03-24?22:28??www.NewXing.com\Element.cs
?????文件???????7820??2011-03-24?22:28??www.NewXing.com\Enemy.cs
?????文件????????779??2011-03-24?22:28??www.NewXing.com\EnemyMissile.cs
?????文件????????468??2011-03-24?22:28??www.NewXing.com\GamePanel.cs
?????文件????????511??2011-03-24?22:28??www.NewXing.com\Grass.cs
?????文件??????16203??2011-03-24?22:28??www.NewXing.com\MainForm.cs
?????文件???????3049??2011-03-24?22:28??www.NewXing.com\MainForm.Designer.cs
?????文件???????2284??2011-03-24?22:28??www.NewXing.com\Member.cs
?????文件????????858??2011-03-24?22:28??www.NewXing.com\Missile.cs
?????文件????????740??2011-03-24?22:28??www.NewXing.com\Module.cs
?????文件????????762??2011-03-24?22:28??www.NewXing.com\MyMissile.cs
?????文件???????2684??2011-03-24?22:28??www.NewXing.com\P1Tank.cs
?????文件???????4394??2011-03-24?22:28??www.NewXing.com\Pla
?????文件????????525??2011-03-24?22:28??www.NewXing.com\Program.cs
?????文件??????16331??2011-03-24?22:28??www.NewXing.com\Properties\Resources.Designer.cs
?????文件???????1169??2011-03-24?22:28??www.NewXing.com\Roles.cs
?????文件???????1139??2011-03-24?22:28??www.NewXing.com\Properties\Settings.Designer.cs
?????文件??????21165??2011-03-24?22:28??www.NewXing.com\Singleton.cs
?????文件???????1004??2011-03-24?22:28??www.NewXing.com\Sound.cs
?????文件????????514??2011-03-24?22:28??www.NewXing.com\Steels.cs
?????文件????????516??2011-03-24?22:28??www.NewXing.com\Symbol.cs
?????文件????????567??2011-03-24?22:28??www.NewXing.com\Walls.cs
?????文件????????509??2011-03-24?22:28??www.NewXing.com\Water.cs
????.......?????11732??2010-12-09?20:18??www.NewXing.com\demo2.csproj
????.......???????744??2010-11-26?17:32??www.NewXing.com\Resources\blast1.gif
????.......??????1968??2010-11-26?17:32??www.NewXing.com\Resources\blast2.gif
............此處省略62個文件信息
- 上一篇:WPF 截屏(完整項目源碼)
- 下一篇:MSChart縮放VS2017
評論
共有 條評論