91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 11.94MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-22
  • 語言: C#
  • 標(biāo)簽: 魔塔??游戲??

資源簡介

C#平臺編寫的魔塔窗口游戲源碼 可供新手參考下怎么寫游戲

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?魔塔.Map.Storey;
using?魔塔.Map;

namespace?魔塔
{
????public?partial?class?Form1?:?Form
????{
????????//窗體控件添加
????????PictureBox?Select_main_border?=?new?PictureBox();
????????PictureBox?Select_main?=?new?PictureBox();
????????PictureBox[]?Select_img?=?new?PictureBox[8];
????????PictureBox[]?Select_img_border?=?new?PictureBox[8];
????????Label[]?Select_label?=?new?Label[8?12];

????????PictureBox?Move_main_border?=?new?PictureBox();
????????PictureBox?Move_main?=?new?PictureBox();
????????PictureBox?Move_select_border?=?new?PictureBox();
????????PictureBox?Move_select?=?new?PictureBox();
????????Label[]?Move_laber?=?new?Label[21];


????????//音樂
????????System.Media.SoundPlayer?NPC_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Door_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Figth_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Figth2_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Figth_win_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Figth_win2_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?Prop_m?=?new?System.Media.SoundPlayer();
????????System.Media.SoundPlayer?P_Prop_m?=?new?System.Media.SoundPlayer();

????????AxWMPLib.AxWindowsMediaPlayer?BMG2?=?new?AxWMPLib.AxWindowsMediaPlayer();
????????AxWMPLib.AxWindowsMediaPlayer?BMG3?=?new?AxWMPLib.AxWindowsMediaPlayer();
????????AxWMPLib.AxWindowsMediaPlayer?BMG4?=?new?AxWMPLib.AxWindowsMediaPlayer();

????????//人物狀態(tài)枚舉
????????enum?Current?{?無?談話?開門?商店?樓梯?使用道具?戰(zhàn)斗?戰(zhàn)斗勝利獲取戰(zhàn)利品?商店購買中?圣光徽?風(fēng)之羅盤?};
????????enum?Shop_Type?{?二層金幣商店?五層經(jīng)驗商店?五層鑰匙商店?十一層金幣商店十二層鑰匙商店十三層經(jīng)驗商店?};
????????enum?Talk_Type?{仙女_1仙女_2小偷_1小偷_2二層武器二層防具公主武器15防具15紅衣魔王冥靈魔王大魔王船長?}
????????//存儲游戲窗口
????????public?PictureBox[]?pic;
????????//存儲游戲?qū)訑?shù)內(nèi)容
????????Storet?storet?=?new?Storet();
????????//存儲玩家內(nèi)容
????????Man?Man?=?new?Man();
????????//當(dāng)前樓層
????????int?Map_Terrain_Now=0;
????????//最高樓層
????????int?Map_max?=?0;
????????//當(dāng)前對話到的位置
????????int?talk_int?=?0;
????????//當(dāng)前在做什么
????????Current?current=Current.無;
????????Shop_Type?shop_type?=?Shop_Type.二層金幣商店;
????????Talk_Type?talk_type?=?Talk_Type.仙女_1;
????????//商店光標(biāo)定位位置保存
????????Point[]?shop_point?=?new?Point[4]?{?new?Point(10?93)?new?Point(10?128)?new?Point(10?163)?new?Point(10?198)?};
????????Point[]?move_point?=?new?Point[20]{new?Point(4747)new?Point(4777)new?Point(47107)new?Point(47137)
????????????????new?Point(47167)new?Point(47197)new?Point(47227)new?Point(47257)new?Point(47287)
????????????????new?Point(47317)new?Point(19747)new?Point(19777)new?Point(197107)?new?Point(197137)
????????????????new?Point(197167)new?P

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????53760??2012-07-27?23:58??魔塔\bin\Debug\app.publish\Application?Files\魔塔_1_0_0_0\AxInterop.WMPLib.dll.deploy

?????文件?????331264??2012-07-27?23:58??魔塔\bin\Debug\app.publish\Application?Files\魔塔_1_0_0_0\Interop.WMPLib.dll.deploy

?????文件?????852480??2012-07-31?02:22??魔塔\bin\Debug\app.publish\Application?Files\魔塔_1_0_0_0\魔塔.exe.deploy

?????文件???????7973??2012-07-31?02:22??魔塔\bin\Debug\app.publish\Application?Files\魔塔_1_0_0_0\魔塔.exe.manifest

?????文件?????429032??2012-07-31?02:22??魔塔\bin\Debug\app.publish\setup.exe

?????文件???????5653??2012-07-31?02:22??魔塔\bin\Debug\app.publish\魔塔.application

?????文件??????53760??2012-07-27?23:58??魔塔\bin\Debug\AxInterop.WMPLib.dll

?????文件?????331264??2012-07-27?23:58??魔塔\bin\Debug\Interop.WMPLib.dll

?????文件???????1567??2012-07-27?22:29??魔塔\bin\Debug\music\sound1.mp3

?????文件??????12810??2012-07-27?23:50??魔塔\bin\Debug\music\sound1.wav

?????文件???????1567??2012-07-27?22:29??魔塔\bin\Debug\music\sound10.mp3

?????文件??????12810??2012-07-27?23:50??魔塔\bin\Debug\music\sound10.wav

?????文件???????1879??2012-07-27?22:29??魔塔\bin\Debug\music\sound11.mp3

?????文件??????19722??2012-07-27?23:50??魔塔\bin\Debug\music\sound11.wav

?????文件???????1671??2012-07-27?22:29??魔塔\bin\Debug\music\sound12.mp3

?????文件??????17418??2012-07-27?23:50??魔塔\bin\Debug\music\sound12.wav

?????文件???????1307??2012-07-27?22:29??魔塔\bin\Debug\music\sound13.mp3

?????文件??????10506??2012-07-27?23:50??魔塔\bin\Debug\music\sound13.wav

?????文件??????12097??2012-07-27?22:29??魔塔\bin\Debug\music\sound14.mp3

?????文件?????106122??2012-07-27?23:50??魔塔\bin\Debug\music\sound14.wav

?????文件???????8067??2012-07-27?22:29??魔塔\bin\Debug\music\sound15.mp3

?????文件??????70410??2012-07-27?23:50??魔塔\bin\Debug\music\sound15.wav

?????文件???????3387??2012-07-27?22:29??魔塔\bin\Debug\music\sound16.mp3

?????文件??????28938??2012-07-27?23:50??魔塔\bin\Debug\music\sound16.wav

?????文件???????1307??2012-07-27?22:29??魔塔\bin\Debug\music\sound17.mp3

?????文件??????10506??2012-07-27?23:50??魔塔\bin\Debug\music\sound17.wav

?????文件???????1255??2012-07-27?22:29??魔塔\bin\Debug\music\sound18.mp3

?????文件??????12810??2012-07-27?23:50??魔塔\bin\Debug\music\sound18.wav

?????文件???????3855??2012-07-27?22:29??魔塔\bin\Debug\music\sound19.mp3

?????文件??????41610??2012-07-27?23:50??魔塔\bin\Debug\music\sound19.wav

............此處省略194個文件信息

評論

共有 條評論