资源简介
功能齐全的简单打飞机游戏,声音,粒子特效,敌人的产生。
代码片段和文件信息
using UnityEngine;
using System.Collections;
public class Init : MonoBehaviour {
public Rigidbody ballTemplete;
public Texture fanhuiTexture;
public GUIstyle Mystyle;
// Use this for initialization
void Start () {
Rigidbody ball;
ball = Instantiate (ballTemplete new Vector3 (0 0.7f 0.4f) ballTemplete.rotation) as Rigidbody;
string ballTex;
ballTex = PlayerPrefs.GetString (“Tex“);
ball.renderer.material.mainTexture = (Texture2D)Resources.Load (ballTex typeof(Texture2D));
ball.velocity = new Vector3 (-5 0 -10);
}
// Update is called once per frame
void Update () {
if (Application.platform == RuntimePlatform.Android) {
if (Input.GetKeyUp (KeyCode.Home)) {
Application.Quit ();
}
if (Input.GetKeyUp (KeyCode.Escape)) {
Application.Quit ();
}
}
}
void OnGUI(){
float ratioScaleTempH = Screen.height / 960.0f;
float ratioScaleTemp = Screen.width / 540.0f;
if (GUI.Button (new Rect (380 * ratioScaleTemp 850 * ratioScaleTempH 150 * ratioScaleTemp 80 * ratioScaleTempH)
fanhuiTexture Mystyle)) {
StartGame.isTouched = false;
Application.LoadLevel(“Start“);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2996 2014-02-20 12:32 Pro1\Assembly-CSharp-vs.csproj
文件 2996 2014-02-20 12:32 Pro1\Assembly-CSharp.csproj
I.A.... 9040 2014-02-20 00:12 Pro1\Assets\Ball.prefab
..A..H. 95 2014-02-19 23:29 Pro1\Assets\Ball.prefab.me
I.A.... 26216 2014-02-19 23:57 Pro1\Assets\Init.unity
..A..H. 90 2014-02-19 23:08 Pro1\Assets\Init.unity.me
I.A.... 4224 2014-02-19 21:55 Pro1\Assets\Materials\BackGround.mat
..A..H. 95 2014-02-19 21:55 Pro1\Assets\Materials\BackGround.mat.me
文件 207479 2012-06-11 09:54 Pro1\Assets\Materials\Tex1.gif
..A..H. 914 2014-02-19 21:48 Pro1\Assets\Materials\Tex1.gif.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex1.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex1.mat.me
文件 240272 2012-06-11 09:55 Pro1\Assets\Materials\Tex2.gif
..A..H. 914 2014-02-19 21:48 Pro1\Assets\Materials\Tex2.gif.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex2.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex2.mat.me
文件 171106 2012-06-11 09:57 Pro1\Assets\Materials\Tex3.gif
..A..H. 914 2014-02-19 21:48 Pro1\Assets\Materials\Tex3.gif.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex3.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex3.mat.me
文件 150320 2012-06-11 09:58 Pro1\Assets\Materials\Tex4.gif
..A..H. 914 2014-02-19 21:48 Pro1\Assets\Materials\Tex4.gif.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex4.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex4.mat.me
文件 164283 2012-06-11 09:58 Pro1\Assets\Materials\Tex5.gif
..A..H. 914 2014-02-19 21:48 Pro1\Assets\Materials\Tex5.gif.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex5.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex5.mat.me
I.A.... 4216 2014-02-19 21:58 Pro1\Assets\Materials\Tex6.mat
..A..H. 95 2014-02-19 21:58 Pro1\Assets\Materials\Tex6.mat.me
............此处省略396个文件信息
相关资源
- 微信打飞机小游戏图片音效资源
- cocos2dx-3.0正式版源代码+完整资源 微信
- 飞机游戏需求分析
- 现代飞机总体综合设计_11179741
- Directx 3D游戏 遥控飞机
- 飞机航班管理系统飞机航班管理系统
- 无人飞机空气动力学 航空工业出版社
- 用于目标检测和深度学习的飞机图像
- 打飞机游戏
- hge粒子效果打飞机
- cocos creator开发的一个简单的经典飞机
- 基于wed的飞机售票系统
- LayaAir飞机大战小游戏详细代码+图片声
- 飞机模型
- flash as3 飞机游戏
- openGl 飞机模拟
- Qt游戏编程——飞机大战
- feko中的J8模型
- QTP飞机订票测试报告
- SDL小游戏-打飞机
- 飞机前起落架CATIA模型
- win32仿微信飞机大战源码
- 使用OpenGL实现飞机动画
- 飞机屏显仿真
- 飞机票务管理系统
- layabox飞机大战源码
- 飞机大战 cocos creatro 完整资源+ 代码
- 打飞机_修正版.zip
- 基于cocos开发的飞机大战含素材资源
- 基于遗传算法的机场终端区飞机排序
评论
共有 条评论