Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Jun 24, 2014
1 parent d5c2d46 commit 69d18f9
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 1 deletion.
Binary file modified Assets/Plugins/kbengine/core/Entity.cs
Binary file not shown.
8 changes: 7 additions & 1 deletion Assets/Scripts/UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ void OnGUI()
}
}
}

UnityEngine.GameObject obj = UnityEngine.GameObject.Find("player(Clone)");
if(obj != null)
{
GUI.Label(new Rect((Screen.width / 2) - 100, 20, 400, 100), "position=" + obj.transform.position.ToString());
}
}
else
{
Expand Down Expand Up @@ -398,7 +404,7 @@ public void onDisableConnect()
public void addSpaceGeometryMapping(string respath)
{
Debug.Log("loading scene(" + respath + ")...");
info("scene(" + respath + ")");
info("scene(" + respath + "), spaceID=" + KBEngineApp.app.spaceID);
if(terrain == null)
terrain = Instantiate(terrainPerfab) as UnityEngine.GameObject;
}
Expand Down
Binary file modified Library/CurrentLayout.dwlt
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb
Binary file not shown.
Binary file modified Library/assetDatabase3
Binary file not shown.
Binary file modified Library/guidmapper
Binary file not shown.
Binary file modified Library/metadata/21/21756054ef1114b48bec64809e14d6bc
Binary file not shown.
Binary file modified Library/metadata/7c/7c6ffeca05ab703418584311523a29ce
Binary file not shown.

0 comments on commit 69d18f9

Please sign in to comment.