Level 1 to 6 and allow loading levels in worldMap
This commit is contained in:
parent
4a1b773c2c
commit
ecd32b09b8
@ -16,36 +16,7 @@ public class DatabaseEditor : Editor
|
|||||||
{
|
{
|
||||||
var targ = target as Database;
|
var targ = target as Database;
|
||||||
|
|
||||||
|
targ.FetchDatabase();
|
||||||
|
|
||||||
foreach (var folder in targ.Folders)
|
|
||||||
{
|
|
||||||
var path = AssetDatabase.GetAssetPath(folder);
|
|
||||||
foreach (var file in GetAllPaths(path))
|
|
||||||
{
|
|
||||||
var scriptableObject = AssetDatabase.LoadAssetAtPath<ScriptableObject>(file);
|
|
||||||
if (scriptableObject && !targ.ScriptableObjects.Contains(scriptableObject))
|
|
||||||
{
|
|
||||||
targ.ScriptableObjects.Add(scriptableObject);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var prefab = AssetDatabase.LoadAssetAtPath<GameObject>(file);
|
|
||||||
if (prefab && !targ.Prefabs.Contains(prefab))
|
|
||||||
{
|
|
||||||
targ.Prefabs.Add(prefab);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
string[] GetAllPaths(string target)
|
|
||||||
{
|
|
||||||
var files = Directory.GetFiles(target).ToList();
|
|
||||||
foreach (var dir in Directory.GetDirectories(target))
|
|
||||||
{
|
|
||||||
files.AddRange(GetAllPaths(dir));
|
|
||||||
}
|
|
||||||
return files.ToArray();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -144,54 +144,86 @@ MonoBehaviour:
|
|||||||
_scale: {x: 1, y: 1}
|
_scale: {x: 1, y: 1}
|
||||||
- _key: Entities
|
- _key: Entities
|
||||||
_tiles:
|
_tiles:
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -10, y: -3, z: 0}
|
_position: {x: -10, y: -3, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -10, y: -2, z: 0}
|
_position: {x: -10, y: -2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -10, y: -1, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
|
||||||
_position: {x: -10, y: 0, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
|
||||||
_position: {x: -10, y: 1, z: 0}
|
_position: {x: -10, y: 1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -10, y: 2, z: 0}
|
_position: {x: -10, y: 2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -9, y: -3, z: 0}
|
_position: {x: -9, y: -3, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -9, y: -2, z: 0}
|
_position: {x: -9, y: -2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -9, y: -1, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
|
||||||
_position: {x: -9, y: 0, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
|
||||||
_position: {x: -9, y: 1, z: 0}
|
_position: {x: -9, y: 1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -9, y: 2, z: 0}
|
_position: {x: -9, y: 2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -7, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -7, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -6, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -6, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -6, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -5, y: -3, z: 0}
|
_position: {x: -5, y: -3, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
_position: {x: -5, y: -2, z: 0}
|
_position: {x: -5, y: -2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
_position: {x: -5, y: 1, z: 0}
|
_position: {x: -5, y: 1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -5, y: 2, z: 0}
|
_position: {x: -5, y: 2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -4, y: -3, z: 0}
|
_position: {x: -4, y: -3, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
_position: {x: -4, y: -2, z: 0}
|
_position: {x: -4, y: -2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
_position: {x: -4, y: 1, z: 0}
|
_position: {x: -4, y: 1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -4, y: 2, z: 0}
|
_position: {x: -4, y: 2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -3, y: -3, z: 0}
|
_position: {x: -3, y: -3, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -3, y: -2, z: 0}
|
_position: {x: -3, y: -2, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -3, y: 1, z: 0}
|
_position: {x: -3, y: 1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
_position: {x: -3, y: 2, z: 0}
|
_position: {x: -3, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
_isInvisible: 0
|
_isInvisible: 0
|
||||||
_isCollidable: 0
|
_isCollidable: 0
|
||||||
_isTrigger: 0
|
_isTrigger: 0
|
||||||
@ -201,20 +233,12 @@ MonoBehaviour:
|
|||||||
_scale: {x: 1, y: 1}
|
_scale: {x: 1, y: 1}
|
||||||
- _key: Spawners
|
- _key: Spawners
|
||||||
_tiles:
|
_tiles:
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
|
||||||
_position: {x: 0, y: -3, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
|
||||||
_position: {x: 0, y: -2, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
_position: {x: 0, y: -1, z: 0}
|
_position: {x: 0, y: -1, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
_position: {x: 0, y: 0, z: 0}
|
_position: {x: 0, y: 0, z: 0}
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
|
||||||
_position: {x: 0, y: 1, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
|
||||||
_position: {x: 0, y: 2, z: 0}
|
|
||||||
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
_position: {x: 1, y: 2, z: 0}
|
_position: {x: 1, y: -1, z: 0}
|
||||||
_isInvisible: 1
|
_isInvisible: 1
|
||||||
_isCollidable: 0
|
_isCollidable: 0
|
||||||
_isTrigger: 0
|
_isTrigger: 0
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d37561e153d6a6448a03839488fdec5e
|
guid: a6e34739c9325da4cac4fbaea30d052c
|
||||||
NativeFormatImporter:
|
NativeFormatImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
mainObjectFileID: 11400000
|
mainObjectFileID: 11400000
|
||||||
|
|||||||
200
Assets/LevelEditor/Levels/Level2.asset
Normal file
200
Assets/LevelEditor/Levels/Level2.asset
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &11400000
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
||||||
|
m_Name: Level2
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
_data:
|
||||||
|
- _key: Background
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 0
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Entities
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 1
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Spawners
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: 0, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: 1, y: 2, z: 0}
|
||||||
|
_isInvisible: 1
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 2
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: a6e34739c9325da4cac4fbaea30d052c
|
guid: d37561e153d6a6448a03839488fdec5e
|
||||||
NativeFormatImporter:
|
NativeFormatImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
mainObjectFileID: 11400000
|
mainObjectFileID: 11400000
|
||||||
@ -10,7 +10,7 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
||||||
m_Name: Level0
|
m_Name: Level3
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
_data:
|
_data:
|
||||||
- _key: Background
|
- _key: Background
|
||||||
8
Assets/LevelEditor/Levels/Level3.asset.meta
Normal file
8
Assets/LevelEditor/Levels/Level3.asset.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7a1313e5c16e74c4ba11a8114b9fd786
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
230
Assets/LevelEditor/Levels/Level4.asset
Normal file
230
Assets/LevelEditor/Levels/Level4.asset
Normal file
@ -0,0 +1,230 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &11400000
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
||||||
|
m_Name: Level4
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
_data:
|
||||||
|
- _key: Background
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 0
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Entities
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -7, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -7, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -6, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -6, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -5, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -5, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -4, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -4, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -3, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 1
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Spawners
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: 0, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: 0, y: 1, z: 0}
|
||||||
|
_isInvisible: 1
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 2
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
8
Assets/LevelEditor/Levels/Level4.asset.meta
Normal file
8
Assets/LevelEditor/Levels/Level4.asset.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b501f7eea1fdfb843853bcba5b30533a
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
206
Assets/LevelEditor/Levels/Level5.asset
Normal file
206
Assets/LevelEditor/Levels/Level5.asset
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &11400000
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
||||||
|
m_Name: Level5
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
_data:
|
||||||
|
- _key: Background
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 0
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Entities
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -5, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0d57b3c128ba1447920637cdb289530, type: 2}
|
||||||
|
_position: {x: -4, y: -3, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 1
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Spawners
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: 0, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: 0, y: 1, z: 0}
|
||||||
|
_isInvisible: 1
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 2
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
8
Assets/LevelEditor/Levels/Level5.asset.meta
Normal file
8
Assets/LevelEditor/Levels/Level5.asset.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0a9c94eb38c575948992453fc29bcede
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
204
Assets/LevelEditor/Levels/Level6.asset
Normal file
204
Assets/LevelEditor/Levels/Level6.asset
Normal file
@ -0,0 +1,204 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &11400000
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 2b25d284985e65e48b50826c522a5ec3, type: 3}
|
||||||
|
m_Name: Level6
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
_data:
|
||||||
|
- _key: Background
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -10, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -9, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -8, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -7, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -6, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -5, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -4, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -3, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -2, y: 2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: ef5a154519b23a34aaded32e86bf7f2f, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 0
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Entities
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -10, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -10, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -9, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -8, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -7, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -7, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -6, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -5, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -4, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e0b1d2d816ae5624c99b09a2bebb2a39, type: 2}
|
||||||
|
_position: {x: -3, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -3, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -2, y: 1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: e74655ccbd41a2b46b1ec9615aba0301, type: 2}
|
||||||
|
_position: {x: -1, y: 1, z: 0}
|
||||||
|
_isInvisible: 0
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 1
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
|
- _key: Spawners
|
||||||
|
_tiles:
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -3, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 15606c8c503e8164fb69178aa7016f58, type: 2}
|
||||||
|
_position: {x: -1, y: -2, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: -1, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 0, z: 0}
|
||||||
|
- _tile: {fileID: 11400000, guid: 4002377ed7e87b34699f126f2b10c703, type: 2}
|
||||||
|
_position: {x: -1, y: 2, z: 0}
|
||||||
|
_isInvisible: 1
|
||||||
|
_isCollidable: 0
|
||||||
|
_isTrigger: 0
|
||||||
|
_renderOrder: 2
|
||||||
|
_renderLayer: Default
|
||||||
|
_position: {x: 0, y: 0}
|
||||||
|
_scale: {x: 1, y: 1}
|
||||||
8
Assets/LevelEditor/Levels/Level6.asset.meta
Normal file
8
Assets/LevelEditor/Levels/Level6.asset.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ec229632b369eb746a30dbfafe3de373
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -874,7 +874,7 @@ PrefabInstance:
|
|||||||
- target: {fileID: 3028288566889208750, guid: 02daecb0115395844b4932445d039051, type: 3}
|
- target: {fileID: 3028288566889208750, guid: 02daecb0115395844b4932445d039051, type: 3}
|
||||||
propertyPath: firstLevel
|
propertyPath: firstLevel
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 11400000, guid: d37561e153d6a6448a03839488fdec5e, type: 2}
|
objectReference: {fileID: 11400000, guid: a6e34739c9325da4cac4fbaea30d052c, type: 2}
|
||||||
- target: {fileID: 3028288566889208751, guid: 02daecb0115395844b4932445d039051, type: 3}
|
- target: {fileID: 3028288566889208751, guid: 02daecb0115395844b4932445d039051, type: 3}
|
||||||
propertyPath: m_RootOrder
|
propertyPath: m_RootOrder
|
||||||
value: 2
|
value: 2
|
||||||
@ -1033,6 +1033,294 @@ PrefabInstance:
|
|||||||
m_Modification:
|
m_Modification:
|
||||||
m_TransformParent: {fileID: 1092900232}
|
m_TransformParent: {fileID: 1092900232}
|
||||||
m_Modifications:
|
m_Modifications:
|
||||||
|
- target: {fileID: 400568529911642456, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568529911642456, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568529911642456, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568529911642456, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530076150058, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530076150058, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530076150058, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530076150058, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530256114997, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530256114997, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530256114997, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530256114997, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530484276529, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530484276529, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530484276529, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568530484276529, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568531361238196, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568531361238196, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568531361238196, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 400568531361238196, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1361171379191865150, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1361171379191865150, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1361171379191865150, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1361171379191865150, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1366041080306649041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1366041080306649041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1366041080306649041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1366041080306649041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515542116969, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515542116969, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515542116969, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515542116969, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515584534020, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515584534020, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515584534020, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515584534020, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515764278902, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515764278902, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515764278902, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911515764278902, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516153004653, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516153004653, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516153004653, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516153004653, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516626281448, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516626281448, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516626281448, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2335911516626281448, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561267475078, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561267475078, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561267475078, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561267475078, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561450327705, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561450327705, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561450327705, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561450327705, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561610837739, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561610837739, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561610837739, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796561610837739, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796562313902855, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796562313902855, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796562313902855, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796562313902855, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796563190143618, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796563190143618, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796563190143618, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 2340796563190143618, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3964878483247902818, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3964878483247902818, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3964878483247902818, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3964878483247902818, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 4817988606444742093, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
- target: {fileID: 4817988606444742093, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: UnitPlacementButtons
|
value: UnitPlacementButtons
|
||||||
@ -1121,6 +1409,166 @@ PrefabInstance:
|
|||||||
propertyPath: m_LocalEulerAnglesHint.z
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
value: 0
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5316389173819650276, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5316389173819650276, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5316389173819650276, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5316389173819650276, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -26.874405
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5319145879937787915, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5319145879937787915, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5319145879937787915, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5319145879937787915, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -6.0372024
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393060989426, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393060989426, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393060989426, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393060989426, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -299.90002
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393215043968, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393215043968, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393215043968, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393215043968, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -201.6
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393273189869, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393273189869, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393273189869, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393273189869, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -103.3
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393720315369, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393720315369, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393720315369, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720393720315369, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394252960041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394252960041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394252960041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394252960041, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394327989356, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394327989356, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394327989356, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5639720394327989356, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -103.3
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7797049475554395991, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7797049475554395991, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7797049475554395991, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7797049475554395991, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -47.711605
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8992921944992653498, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8992921944992653498, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8992921944992653498, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8992921944992653498, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: -398.2
|
||||||
|
objectReference: {fileID: 0}
|
||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_SourcePrefab: {fileID: 100100000, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
m_SourcePrefab: {fileID: 100100000, guid: 306211cf6348ac747a78d89bd72fca3e, type: 3}
|
||||||
--- !u!224 &1370991966 stripped
|
--- !u!224 &1370991966 stripped
|
||||||
|
|||||||
@ -4,6 +4,7 @@ using UnityEngine;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System;
|
using System;
|
||||||
|
using Unity.VisualScripting.YamlDotNet.Core.Tokens;
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
@ -25,6 +26,44 @@ public class Database : SingletonBehaviour<Database>
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
public const string TYPE = nameof(TYPE);
|
public const string TYPE = nameof(TYPE);
|
||||||
|
|
||||||
|
public void FetchDatabase()
|
||||||
|
{
|
||||||
|
foreach (var folder in Folders)
|
||||||
|
{
|
||||||
|
var path = AssetDatabase.GetAssetPath(folder);
|
||||||
|
foreach (var file in GetAllPaths(path))
|
||||||
|
{
|
||||||
|
var scriptableObject = AssetDatabase.LoadAssetAtPath<ScriptableObject>(file);
|
||||||
|
if (scriptableObject && !ScriptableObjects.Contains(scriptableObject))
|
||||||
|
{
|
||||||
|
ScriptableObjects.Add(scriptableObject);
|
||||||
|
}
|
||||||
|
|
||||||
|
var prefab = AssetDatabase.LoadAssetAtPath<GameObject>(file);
|
||||||
|
if (prefab && !Prefabs.Contains(prefab))
|
||||||
|
{
|
||||||
|
Prefabs.Add(prefab);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void FetchDatabaseStatic()
|
||||||
|
{
|
||||||
|
Instance.FetchDatabase();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string[] GetAllPaths(string target)
|
||||||
|
{
|
||||||
|
var files = Directory.GetFiles(target).ToList();
|
||||||
|
foreach (var dir in Directory.GetDirectories(target))
|
||||||
|
{
|
||||||
|
files.AddRange(GetAllPaths(dir));
|
||||||
|
}
|
||||||
|
return files.ToArray();
|
||||||
|
}
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public class DataList<T> : IEnumerable<T> where T : UnityEngine.Object
|
public class DataList<T> : IEnumerable<T> where T : UnityEngine.Object
|
||||||
{
|
{
|
||||||
|
|||||||
@ -6,6 +6,7 @@ using UnityEngine;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using Codice.CM.Client.Differences.Merge;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// data class for containing everything level related
|
/// data class for containing everything level related
|
||||||
@ -199,6 +200,11 @@ public class LevelManager : Singleton<LevelManager>
|
|||||||
ClearLevel();
|
ClearLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foreach (var ob in Database.Instance.ScriptableObjects)
|
||||||
|
{
|
||||||
|
Debug.Log(ob);
|
||||||
|
}
|
||||||
|
|
||||||
//fetch level from database
|
//fetch level from database
|
||||||
_currentLevel = Database.Instance.ScriptableObjects[levelName] as Level;
|
_currentLevel = Database.Instance.ScriptableObjects[levelName] as Level;
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,17 @@ public class LevelManagerScript : SingletonBehaviour<LevelManagerScript>
|
|||||||
{
|
{
|
||||||
DontDestroyOnLoad(gameObject);
|
DontDestroyOnLoad(gameObject);
|
||||||
if (!firstLevel) throw new System.Exception("there is no first level set in the level manager script");
|
if (!firstLevel) throw new System.Exception("there is no first level set in the level manager script");
|
||||||
|
|
||||||
|
Database.FetchDatabaseStatic();
|
||||||
|
|
||||||
|
int levelToLoadFromWorldMap = PlayerPrefs.GetInt("LevelToLoad", -1);
|
||||||
|
if (levelToLoadFromWorldMap != -1)
|
||||||
|
{
|
||||||
|
string lvlName = $"Level{levelToLoadFromWorldMap}";
|
||||||
|
LevelManager.Instance.LoadLevel(lvlName, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
LevelManager.Instance.LoadLevel(firstLevel, true);
|
LevelManager.Instance.LoadLevel(firstLevel, true);
|
||||||
}
|
}
|
||||||
void Update()
|
void Update()
|
||||||
|
|||||||
@ -24,6 +24,8 @@ public class WorldMapManager : MonoBehaviour
|
|||||||
//TODO: getMajorSaveFile() //Call et obtiens le chemin du fichier de sauvegarde;
|
//TODO: getMajorSaveFile() //Call et obtiens le chemin du fichier de sauvegarde;
|
||||||
_worldMapSave = new WorldMapSave();
|
_worldMapSave = new WorldMapSave();
|
||||||
UnlockLevels();
|
UnlockLevels();
|
||||||
|
|
||||||
|
PlayerPrefs.SetInt("LevelToLoad", -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -71,6 +73,7 @@ public class WorldMapManager : MonoBehaviour
|
|||||||
string levelToGet = "1-" + levelToCall;
|
string levelToGet = "1-" + levelToCall;
|
||||||
if (_buttonList[levelToCall - 1].GetComponent<Image>().sprite.name != "worldmap_level_locked")
|
if (_buttonList[levelToCall - 1].GetComponent<Image>().sprite.name != "worldmap_level_locked")
|
||||||
{
|
{
|
||||||
|
PlayerPrefs.SetInt("LevelToLoad", levelToCall);
|
||||||
SceneManager.LoadScene("Game");
|
SceneManager.LoadScene("Game");
|
||||||
//LevelManager.Instance.LoadLevel(levelToGet, true);
|
//LevelManager.Instance.LoadLevel(levelToGet, true);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,8 +11,8 @@ public class WorldMapSave
|
|||||||
SAVED
|
SAVED
|
||||||
}
|
}
|
||||||
|
|
||||||
private LevelState[] levelUnlocked = { LevelState.UNLOCKED, LevelState.UNLOCKED, LevelState.UNLOCKED, LevelState.SAVED,
|
private LevelState[] levelUnlocked = { LevelState.UNLOCKED, LevelState.UNLOCKED, LevelState.UNLOCKED, LevelState.UNLOCKED,
|
||||||
LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED };
|
LevelState.UNLOCKED, LevelState.SAVED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED, LevelState.LOCKED };
|
||||||
|
|
||||||
public void UnlockNextLevel(int levelNumber)
|
public void UnlockNextLevel(int levelNumber)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,6 +5,9 @@ EditorBuildSettings:
|
|||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Scenes:
|
m_Scenes:
|
||||||
|
- enabled: 1
|
||||||
|
path: Assets/Scenes/LevelSelect.unity
|
||||||
|
guid: c1efd9104a876984eb669c4bd54598d1
|
||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/Scenes/Game.unity
|
path: Assets/Scenes/Game.unity
|
||||||
guid: 8c9cfa26abfee488c85f1582747f6a02
|
guid: 8c9cfa26abfee488c85f1582747f6a02
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user