資源簡介
打地鼠游戲編程
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?Windows.ApplicationModel;
using?Windows.ApplicationModel.Activation;
using?Windows.Foundation;
using?Windows.Foundation.Collections;
using?Windows.UI.Xaml;
using?Windows.UI.Xaml.Controls;
using?Windows.UI.Xaml.Controls.Primitives;
using?Windows.UI.Xaml.Data;
using?Windows.UI.Xaml.Input;
using?Windows.UI.Xaml.Media;
using?Windows.UI.Xaml.Navigation;
//?“空白應用程序”模板在?http://go.microsoft.com/fwlink/?linkId=234227?上有介紹
namespace?MoleAttack
{
????///?
????///?提供特定于應用程序的行為,以補充默認的應用程序類。
????///?
????sealed?partial?class?App?:?Application
????{
????????///?
????????///?初始化單一實例應用程序對象。這是執行的創作代碼的第一行,
????????///?邏輯上等同于?main()?或?WinMain()。
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????720??2012-10-19?09:05??App.xaml
?????文件????????3448??2012-10-19?09:05??App.xaml.cs
?????目錄???????????0??2013-03-01?10:39??Assets\
?????文件?????????801??2012-10-19?09:05??Assets\Logo.png
?????文件?????????329??2012-10-19?09:05??Assets\SmallLogo.png
?????文件????????2146??2012-10-19?09:05??Assets\SplashScreen.png
?????文件?????????429??2012-10-19?09:05??Assets\StoreLogo.png
?????目錄???????????0??2013-03-01?10:39??Common\
?????文件??????118787??2012-10-19?09:05??Common\Standardst
?????文件????????4945??2012-10-19?09:05??from.gif
?????文件????????6063??2012-10-19?09:05??GameMain.xaml
?????文件????????4952??2012-10-19?09:05??GameMain.xaml.cs
?????文件????????4522??2012-10-19?09:05??GameOver.xaml
?????文件????????1879??2012-10-19?09:05??GameOver.xaml.cs
?????文件????????1584??2012-10-19?09:05??GameStart.xaml
?????文件????????1175??2012-10-19?09:05??GameStart.xaml.cs
?????文件????????3666??2012-10-19?09:05??Hole.xaml
?????文件????????1612??2012-10-19?09:05??Hole.xaml.cs
?????目錄???????????0??2013-03-01?10:39??Images\
?????文件???????22860??2012-10-19?09:05??Images\cursor.png
?????文件???????15066??2012-10-19?09:05??Images\GameOver.png
?????文件????????8673??2012-10-19?09:05??Images\glow.png
?????文件???????22888??2012-10-19?09:05??Images\打地鼠ti
?????文件????????4542??2012-10-19?09:05??Images\洞.png
?????文件????????1668??2012-10-19?09:05??Images\洞口.png
?????文件??????131903??2012-10-19?09:05??Images\界面.png
?????文件???????12351??2012-10-19?09:05??Images\老鼠1.png
?????文件???????11393??2012-10-19?09:05??Images\老鼠2.png
?????文件?????????968??2012-10-19?09:05??Infomation.xaml
?????文件?????????669??2012-10-19?09:05??Infomation.xaml.cs
?????文件????????1566??2012-10-19?09:05??MainPage.xaml
............此處省略27個文件信息
評論
共有 條評論