资源简介
发出一个游戏给大家下来玩,借鉴,参考 ,谢谢大家的支持!!!!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DragonQuest.General;
using System.Drawing;
namespace DragonQuest
{
public class BloodBar : Element
{
//血条的单位长度
private const int WIDTH = 1;
//血条的高度
private const int HEIGHT = 10;
private int allLife nowLife;
public BloodBar(int x int y int allLife)
: base(x y)
{
this.allLife = allLife;
this.nowLife = allLife;
}
public int NowLife
{
set
{
if (nowLife > allLife)
{
allLife = nowLife;
}
nowLife = value;
}
}
public override void Draw(System.Drawing.Graphics g)
{
g.DrawString(“Life:“ new Font(“Arial“ 10f) new SolidBrush(Color.Red) x - 30 y - 3);
g.DrawRectangle(new Pen(Color.Red) x y WIDTH * allLife HEIGHT);
g.FillRectangle(new SolidBrush(Color.Red) x y WIDTH * nowLife HEIGHT);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36352 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\DragonQuest.exe
文件 132608 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\DragonQuest.pdb
文件 14328 2010-12-22 11:26 完整版游戏\DragonQuest\bin\Debug\DragonQuest.vshost.exe
文件 490 2007-07-21 01:33 完整版游戏\DragonQuest\bin\Debug\DragonQuest.vshost.exe.manifest
文件 31747 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\background.png
文件 35870 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\background1.png
文件 284 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_0.gif
文件 423 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_1.gif
文件 680 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_2.gif
文件 740 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_3.gif
文件 765 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_4.gif
文件 624 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_5.gif
文件 500 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_6.gif
文件 286 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_7.gif
文件 241 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast1_8.gif
文件 907 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_0.gif
文件 1224 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_1.gif
文件 5288 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_2.gif
文件 1971 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_3.gif
文件 6458 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_4.gif
文件 8367 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_5.gif
文件 9076 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_6.gif
文件 8988 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_7.gif
文件 3592 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast2_8.gif
文件 22019 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_0.gif
文件 19907 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_1.gif
文件 19907 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_2.gif
文件 18945 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_3.gif
文件 18945 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_4.gif
文件 14283 2010-12-22 11:22 完整版游戏\DragonQuest\bin\Debug\images\blast3_5.gif
............此处省略158个文件信息
相关资源
- 基于UDP的会议室程序
-
C# winform实现combox绑定xm
l实现级联数 - C# excel转vcf生成器
- C# Socket+UDP通讯和文件传输
- C#与MATLAB之间传递参数
- Matlab与C#连接的几种方式比较
- c#做的两个仪表盘——最原始的仪表盘
- C#.NET考试系统
- c#实现录屏功能
- IrisSkin2.dll
- C#使用WinIo操作并口范例,可输出12路
- C#调用matlab画图,解决图像嵌入Winfo
- c# word模板插入图片
- 基于C#的简易画板
- C#串口通信RS232SerialPort
- c#基础,上课必备29个
- C#读取psd格式图片
- TCP性能测试工具和C#高性能异步Socke
- 基于C#实现的三维显示
- c#拼图游戏可换图,选难度,计时,统
- C#调用SynoAPIEx.dll接口采集指纹信息+绘
- C#网络摄像头实现实时监控录像
- C# 基于ModBus RTU获取气象站数据
- C#个人日程管理系统_程序设计报告(
- 单张相片后方交会计算程序C#
- C#读取惯导数据的简单
- C# 堆栈 回溯 马踏棋盘演示程序
- C# 数据结构——三元组与十字链表—
- modbus的C#
- C#写的员工管理信息系统,有C#完整项
评论
共有 条评论