retiré debug servant à tester
This commit is contained in:
parent
22abe69340
commit
c7132af42f
@ -26,10 +26,6 @@ public class ResourceTile : TileBase
|
|||||||
public override bool StartUp(Vector3Int position, ITilemap tilemap, GameObject go)
|
public override bool StartUp(Vector3Int position, ITilemap tilemap, GameObject go)
|
||||||
{
|
{
|
||||||
if (!Application.isPlaying) return base.StartUp(position, tilemap, go);
|
if (!Application.isPlaying) return base.StartUp(position, tilemap, go);
|
||||||
if (position == new Vector3Int(-5, -5))
|
|
||||||
{
|
|
||||||
Debug.Log("Yo");
|
|
||||||
}
|
|
||||||
LevelManager.Instance.Add(new ResourceTileData((Vector3)position, name));
|
LevelManager.Instance.Add(new ResourceTileData((Vector3)position, name));
|
||||||
return base.StartUp(position, tilemap, go);
|
return base.StartUp(position, tilemap, go);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,7 +76,7 @@ PlayerSettings:
|
|||||||
androidFullscreenMode: 1
|
androidFullscreenMode: 1
|
||||||
defaultIsNativeResolution: 1
|
defaultIsNativeResolution: 1
|
||||||
macRetinaSupport: 1
|
macRetinaSupport: 1
|
||||||
runInBackground: 0
|
runInBackground: 1
|
||||||
captureSingleScreen: 0
|
captureSingleScreen: 0
|
||||||
muteOtherAudioSources: 0
|
muteOtherAudioSources: 0
|
||||||
Prepare IOS For Recording: 0
|
Prepare IOS For Recording: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user