Skip to content

Commit

Permalink
add map Maker
Browse files Browse the repository at this point in the history
  • Loading branch information
amm266 committed Mar 26, 2021
1 parent c9f90b9 commit c621de2
Show file tree
Hide file tree
Showing 17 changed files with 2,759 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,4 @@ fabric.properties
.idea/caches/build_file_checksums.ser

/WebGLBuild/
/Assets/MapMaker.cs
40 changes: 39 additions & 1 deletion Assets/Scenes/MapScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ PrefabInstance:
propertyPath: m_Name
value: UI
objectReference: {fileID: 0}
- target: {fileID: 3470788445794997642, guid: c96875b7a845a7143be803fea0004d49, type: 3}
propertyPath: m_AnchoredPosition.y
value: -206.67218
objectReference: {fileID: 0}
- target: {fileID: 8674794668803218733, guid: c96875b7a845a7143be803fea0004d49, type: 3}
propertyPath: m_SizeDelta.x
value: 496.4093
Expand All @@ -423,6 +427,10 @@ PrefabInstance:
propertyPath: m_SizeDelta.y
value: 406.8765
objectReference: {fileID: 0}
- target: {fileID: 8674794668803218733, guid: c96875b7a845a7143be803fea0004d49, type: 3}
propertyPath: m_AnchoredPosition.y
value: -205.17215
objectReference: {fileID: 0}
- target: {fileID: 8674794668803218738, guid: c96875b7a845a7143be803fea0004d49, type: 3}
propertyPath: m_ChildScaleWidth
value: 0
Expand Down Expand Up @@ -825,6 +833,36 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1589346448
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1589346449}
m_Layer: 0
m_Name: GameObject
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1589346449
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1589346448}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 90}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1616522161
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1201,7 +1239,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &2069621863
Transform:
m_ObjectHideFlags: 0
Expand Down
Loading

0 comments on commit c621de2

Please sign in to comment.