資源簡介
簡單的貪吃蛇程序,用于初學者學習,物體的移動,蛇吃食物的算法,碰撞檢測等等!
代碼片段和文件信息
using?UnityEngine;
using?System.Collections;
public?class?bake?:?MonoBehaviour?{
//?Use?this?for?initialization
void?Start?()?{
}
//?Update?is?called?once?per?frame
void?Update?()?{
if(Input.GetKey(KeyCode.Space))
{
Application.LoadLevel(“TanChiShe“);
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-07?14:32??TanChiShe\
?????文件????????6253??2014-11-07?14:30??TanChiShe\Assembly-CSharp-Editor-vs.csproj
?????文件????????6359??2014-11-07?14:30??TanChiShe\Assembly-CSharp-Editor.csproj
?????文件???????25847??2014-11-03?10:10??TanChiShe\Assembly-CSharp-Editor.pidb
?????文件????????4399??2014-11-07?14:30??TanChiShe\Assembly-CSharp-firstpass-vs.csproj
?????文件????????4399??2014-11-07?14:30??TanChiShe\Assembly-CSharp-firstpass.csproj
?????文件???????23799??2014-11-03?10:10??TanChiShe\Assembly-CSharp-firstpass.pidb
?????文件????????2881??2014-11-07?14:31??TanChiShe\Assembly-CSharp-vs.csproj
?????文件????????2881??2014-11-07?14:31??TanChiShe\Assembly-CSharp.csproj
?????文件???????56133??2014-11-03?10:10??TanChiShe\Assembly-CSharp.pidb
?????文件????????5328??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????文件???????22651??2014-11-03?10:10??TanChiShe\Assembly-Unitysc
?????文件????????5322??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????文件????????4273??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????文件???????31278??2014-11-03?10:10??TanChiShe\Assembly-Unitysc
?????文件????????4273??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????文件????????3891??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????文件???????25046??2014-11-03?10:10??TanChiShe\Assembly-Unitysc
?????文件????????3891??2014-11-07?14:30??TanChiShe\Assembly-Unitysc
?????目錄???????????0??2014-11-07?14:32??TanChiShe\Assets\
?????文件?????????284??2014-10-21?17:00??TanChiShe\Assets\bake.cs
?????文件???????29592??2014-10-17?17:49??TanChiShe\Assets\Camera.prefab
?????文件???????15504??2014-10-21?17:09??TanChiShe\Assets\fen.unity
?????文件?????????781??2014-10-24?09:14??TanChiShe\Assets\look.cs
?????文件?????????651??2014-10-21?17:10??TanChiShe\Assets\PengZhuang.cs
?????文件????????4416??2014-10-21?16:23??TanChiShe\Assets\red.mat
?????文件????????2797??2014-10-21?17:02??TanChiShe\Assets\SheLength.cs
?????文件???????51416??2014-11-07?14:32??TanChiShe\Assets\TanChiShe.unity
?????文件????????4212??2014-10-21?16:49??TanChiShe\Assets\tou.mat
?????文件????????4468??2014-10-21?16:18??TanChiShe\Assets\yellow.mat
?????目錄???????????0??2014-11-07?14:32??TanChiShe\Library\
............此處省略355個文件信息
- 上一篇:ADB 安裝驅動包支持win10
- 下一篇:基于ssh框架的OA系統
評論
共有 條評論