嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#坦克大战源码
.
├── 坦克大战
│ ├── App.config
│ ├── Bullet.cs
│ ├── EnemyTank.cs
│ ├── Explosion.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── GameFramework.cs
│ ├── GameObject.cs
│ ├── GameObjectManager.cs
│ ├── MoveThing.cs
│ ├── MyTank.cs
│ ├── NotMoveThing.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SoundManage.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 坦克大战.exe
│ │ │ ├── 坦克大战.exe.config
│ │ │ └── 坦克大战.pdb
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 坦克大战.Form1.resources
│ │ ├── 坦克大战.Properties.Resources.resources
│ │ ├── 坦克大战.csproj.AssemblyReference.cache
│ │ ├── 坦克大战.csproj.CoreCompileInputs.cache
│ │ ├── 坦克大战.csproj.FileListAbsolute.txt
│ │ ├── 坦克大战.csproj.GenerateResource.cache
│ │ ├── 坦克大战.csproj.SuggestedBindingRedirects.cache
│ │ ├── 坦克大战.exe
│ │ └── 坦克大战.pdb
│ ├── 素材
│ │ ├── Images
│ │ │ ├── Boss.jpg
│ │ │ ├── BulletDown.jpg
│ │ │ ├── BulletLeft.jpg
│ │ │ ├── BulletRight.jpg
│ │ │ ├── BulletUp.jpg
│ │ │ ├── EXP1.bmp
│ │ │ ├── EXP2.bmp
│ │ │ ├── EXP3.bmp
│ │ │ ├── EXP4.bmp
│ │ │ ├── EXP5.bmp
│ │ │ ├── GEMAPPLE.BMP
│ │ │ ├── GEMARROW.BMP
│ │ │ ├── GEMBLOW.BMP
│ │ │ ├── GEMCLOCK.BMP
│ │ │ ├── GEMGRENADE.BMP
│ │ │ ├── GEMHAT.BMP
│ │ │ ├── GEMSTAR.BMP
│ │ │ ├── GEMTANK.BMP
│ │ │ ├── GameOver.jpg
│ │ │ ├── GrayDown.png
│ │ │ ├── GrayLeft.png
│ │ │ ├── GrayRight.png
│ │ │ ├── GrayUp.png
│ │ │ ├── GreenDown.png
│ │ │ ├── GreenLeft.png
│ │ │ ├── GreenRight.png
│ │ │ ├── GreenUp.png
│ │ │ ├── MyTankDown.png
│ │ │ ├── MyTankLeft.png
│ │ │ ├── MyTankRight.png
│ │ │ ├── MyTankUp.png
│ │ │ ├── QuickDown.png
│ │ │ ├── QuickLeft.png
│ │ │ ├── QuickRight.png
│ │ │ ├── QuickUp.png
│ │ │ ├── SlowDown.png
│ │ │ ├── SlowLeft.png
│ │ │ ├── SlowRight.png
│ │ │ ├── SlowUp.png
│ │ │ ├── Star1.bmp
│ │ │ ├── Star2.bmp
│ │ │ ├── Star3.bmp
│ │ │ ├── Thumbs.db
│ │ │ ├── YellowDown.png
│ │ │ ├── YellowLeft.png
│ │ │ ├── YellowRight.png
│ │ │ ├── YellowUp.png
│ │ │ ├── steel.png
│ │ │ └── wall.jpg
│ │ ├── Sounds
│ │ │ ├── add.wav
│ │ │ ├── blast.wav
│ │ │ ├── fire.wav
│ │ │ ├── hit.wav
│ │ │ └── start.wav
│ │ └── 坦克大战.jpg
│ ├── 坦克大战.csproj
│ ├── 坦克大战.csproj.user
│ └── 坦克大战.sln
└── 好例子网_坦克大战.7z
11 directories, 94 files