Commit 098493c6 by Raphael

Switching

parent 035d3d55
......@@ -29,3 +29,6 @@ sysinfo.txt
# Builds
*.apk
*.unitypackage
Quantifly.x86_64
Quantifly_Data
fileFormatVersion: 2
guid: adfab8cd143014eb3a222bdc2532d7a2
timeCreated: 1476885487
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
No preview for this file type
......@@ -59,9 +59,9 @@ namespace Assets.Scripts
var rightBorder = Camera.main.ScreenToWorldPoint(new Vector3(Screen.width,
Screen.height, 0)).x;
var leftBorder = Camera.main.ScreenToWorldPoint(new Vector3(0, 0, 0)).x;
_ca.Step(rightBorder);
// _ca.Step(rightBorder);
DrawMap(leftBorder, rightBorder);
// DrawMap(leftBorder, rightBorder);
// Debug.Log(_map);
}
......
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
public class SimpleEnnemy : MonoBehaviour
{
public Transform position;
void Start ()
{
position = GetComponent<Transform>();
}
void Update ()
{
}
}
fileFormatVersion: 2
guid: 8a8556a579ff24a88a913247670250d2
timeCreated: 1476886271
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment