基本信息
源码名称:飞机战斗机碰到红砖停止
源码大小:10.37M
文件格式:.rar
开发语言:C#
更新时间:2022-11-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
飞机战斗机碰到红砖停止
.
├── GameAir
│ ├── App.config
│ ├── BackGround.cs
│ ├── Bullet.cs
│ ├── Direction.cs
│ ├── EnemyPlane.cs
│ ├── Explode.cs
│ ├── GameAir.csproj
│ ├── GameAir.sln
│ ├── GameState.cs
│ ├── MyPlane.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Sound.cs
│ ├── StateBar.cs
│ ├── Supply.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GameAir.exe
│ │ │ ├── GameAir.exe.config
│ │ │ ├── GameAir.pdb
│ │ │ ├── GameAir.vshost.exe
│ │ │ ├── GameAir.vshost.exe.config
│ │ │ └── GameAir.vshost.exe.manifest
│ │ └── Release
│ ├── gameconser.Designer.cs
│ ├── gameconser.cs
│ ├── gameconser.resx
│ ├── image
│ │ ├── 42.png
│ │ ├── 601c6a6627fee5110343bc3e50a11ee1.jpg
│ │ ├── 8d5cb4dcfa7e40e89c491402c0d743fe.jpg
│ │ ├── 915156cba3e1bf86137790606e0f53d9.jpg
│ │ ├── 989dcfa1b5fae71d110b65ced78a7a37.jpg
│ │ ├── GameStart.jpg
│ │ ├── Gameover.jpg
│ │ ├── back1.png
│ │ ├── bg.png
│ │ ├── boss.png
│ │ ├── bossbullet.png
│ │ ├── bullet.png
│ │ ├── bullet1.png
│ │ ├── bullet_ssss.png
│ │ ├── bullet_ssss2.png
│ │ ├── bullet_ssss3.png
│ │ ├── ce115e3a131c0920dd590a3f9795ffef.jpg
│ │ ├── dc764754261b7bd251be37f066f1cf0c.jpg
│ │ ├── enemybullet.png
│ │ ├── enemyplane1.png
│ │ ├── enemyplane2.png
│ │ ├── explode1.png
│ │ ├── explode2.png
│ │ ├── explode3.png
│ │ ├── explode4.png
│ │ ├── explode5.png
│ │ ├── food1.png
│ │ ├── huicheng1.png
│ │ ├── huicheng2.png
│ │ ├── huicheng3.png
│ │ ├── huicheng4.png
│ │ ├── left.png
│ │ ├── life.png
│ │ ├── lifemissile.png
│ │ ├── missile1.png
│ │ ├── missile2.png
│ │ ├── missile3.png
│ │ ├── myplane.png
│ │ ├── plane.png
│ │ ├── right.png
│ │ ├── ultimate1.png
│ │ ├── ultimate2.png
│ │ └── zhuan.BMP
│ ├── music
│ │ ├── addlife.wav
│ │ ├── bgmusic.mp3
│ │ ├── bullet.mp3
│ │ ├── cannon.mp3
│ │ ├── chose.mp3
│ │ ├── complete.mp3
│ │ ├── enemybullet.mp3
│ │ ├── explode.mp3
│ │ ├── gamebegin.mp3
│ │ ├── gameover.mp3
│ │ ├── missileexplode.mp3
│ │ ├── mybullet.mp3
│ │ ├── myplaneexplode.mp3
│ │ └── zengjia.mp3
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GameAir.Properties.Resources.resources
│ │ │ ├── GameAir.csproj.CoreCompileInputs.cache
│ │ │ ├── GameAir.csproj.FileListAbsolute.txt
│ │ │ ├── GameAir.csproj.GenerateResource.Cache
│ │ │ ├── GameAir.csprojAssemblyReference.cache
│ │ │ ├── GameAir.exe
│ │ │ ├── GameAir.gameconser.resources
│ │ │ ├── GameAir.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ └── GameAir.csproj.CoreCompileInputs.cache
│ └── zhuan.cs
└── 好例子网_飞机战斗机碰到红砖停止.rar
11 directories, 102 files
飞机战斗机碰到红砖停止
.
├── GameAir
│ ├── App.config
│ ├── BackGround.cs
│ ├── Bullet.cs
│ ├── Direction.cs
│ ├── EnemyPlane.cs
│ ├── Explode.cs
│ ├── GameAir.csproj
│ ├── GameAir.sln
│ ├── GameState.cs
│ ├── MyPlane.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Sound.cs
│ ├── StateBar.cs
│ ├── Supply.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GameAir.exe
│ │ │ ├── GameAir.exe.config
│ │ │ ├── GameAir.pdb
│ │ │ ├── GameAir.vshost.exe
│ │ │ ├── GameAir.vshost.exe.config
│ │ │ └── GameAir.vshost.exe.manifest
│ │ └── Release
│ ├── gameconser.Designer.cs
│ ├── gameconser.cs
│ ├── gameconser.resx
│ ├── image
│ │ ├── 42.png
│ │ ├── 601c6a6627fee5110343bc3e50a11ee1.jpg
│ │ ├── 8d5cb4dcfa7e40e89c491402c0d743fe.jpg
│ │ ├── 915156cba3e1bf86137790606e0f53d9.jpg
│ │ ├── 989dcfa1b5fae71d110b65ced78a7a37.jpg
│ │ ├── GameStart.jpg
│ │ ├── Gameover.jpg
│ │ ├── back1.png
│ │ ├── bg.png
│ │ ├── boss.png
│ │ ├── bossbullet.png
│ │ ├── bullet.png
│ │ ├── bullet1.png
│ │ ├── bullet_ssss.png
│ │ ├── bullet_ssss2.png
│ │ ├── bullet_ssss3.png
│ │ ├── ce115e3a131c0920dd590a3f9795ffef.jpg
│ │ ├── dc764754261b7bd251be37f066f1cf0c.jpg
│ │ ├── enemybullet.png
│ │ ├── enemyplane1.png
│ │ ├── enemyplane2.png
│ │ ├── explode1.png
│ │ ├── explode2.png
│ │ ├── explode3.png
│ │ ├── explode4.png
│ │ ├── explode5.png
│ │ ├── food1.png
│ │ ├── huicheng1.png
│ │ ├── huicheng2.png
│ │ ├── huicheng3.png
│ │ ├── huicheng4.png
│ │ ├── left.png
│ │ ├── life.png
│ │ ├── lifemissile.png
│ │ ├── missile1.png
│ │ ├── missile2.png
│ │ ├── missile3.png
│ │ ├── myplane.png
│ │ ├── plane.png
│ │ ├── right.png
│ │ ├── ultimate1.png
│ │ ├── ultimate2.png
│ │ └── zhuan.BMP
│ ├── music
│ │ ├── addlife.wav
│ │ ├── bgmusic.mp3
│ │ ├── bullet.mp3
│ │ ├── cannon.mp3
│ │ ├── chose.mp3
│ │ ├── complete.mp3
│ │ ├── enemybullet.mp3
│ │ ├── explode.mp3
│ │ ├── gamebegin.mp3
│ │ ├── gameover.mp3
│ │ ├── missileexplode.mp3
│ │ ├── mybullet.mp3
│ │ ├── myplaneexplode.mp3
│ │ └── zengjia.mp3
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GameAir.Properties.Resources.resources
│ │ │ ├── GameAir.csproj.CoreCompileInputs.cache
│ │ │ ├── GameAir.csproj.FileListAbsolute.txt
│ │ │ ├── GameAir.csproj.GenerateResource.Cache
│ │ │ ├── GameAir.csprojAssemblyReference.cache
│ │ │ ├── GameAir.exe
│ │ │ ├── GameAir.gameconser.resources
│ │ │ ├── GameAir.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ └── GameAir.csproj.CoreCompileInputs.cache
│ └── zhuan.cs
└── 好例子网_飞机战斗机碰到红砖停止.rar
11 directories, 102 files