-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tune the grid and create aworkable drag and drop scripts working with…
… the tiles.
- Loading branch information
1 parent
041f236
commit 161171e
Showing
11 changed files
with
2,108 additions
and
6,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
trampoline_unity/trampoline/Assets/Prefabs/Token 1.prefab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!1 &824320981898137848 | ||
GameObject: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
serializedVersion: 6 | ||
m_Component: | ||
- component: {fileID: 8766051720918671420} | ||
- component: {fileID: 8317251579729537531} | ||
- component: {fileID: 9123712633551593827} | ||
- component: {fileID: 7993593636474770712} | ||
m_Layer: 5 | ||
m_Name: Token 1 | ||
m_TagString: Untagged | ||
m_Icon: {fileID: 0} | ||
m_NavMeshLayer: 0 | ||
m_StaticEditorFlags: 0 | ||
m_IsActive: 1 | ||
--- !u!224 &8766051720918671420 | ||
RectTransform: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 824320981898137848} | ||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | ||
m_LocalPosition: {x: 0, y: 0, z: 0} | ||
m_LocalScale: {x: 1, y: 1, z: 1} | ||
m_ConstrainProportionsScale: 0 | ||
m_Children: [] | ||
m_Father: {fileID: 0} | ||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | ||
m_AnchorMin: {x: 0, y: 1} | ||
m_AnchorMax: {x: 0, y: 1} | ||
m_AnchoredPosition: {x: 360, y: -640} | ||
m_SizeDelta: {x: 60, y: 60} | ||
m_Pivot: {x: 0.5, y: 0.5} | ||
--- !u!223 &8317251579729537531 | ||
Canvas: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 824320981898137848} | ||
m_Enabled: 1 | ||
serializedVersion: 3 | ||
m_RenderMode: 0 | ||
m_Camera: {fileID: 0} | ||
m_PlaneDistance: 100 | ||
m_PixelPerfect: 0 | ||
m_ReceivesEvents: 1 | ||
m_OverrideSorting: 0 | ||
m_OverridePixelPerfect: 0 | ||
m_SortingBucketNormalizedSize: 0 | ||
m_VertexColorAlwaysGammaSpace: 0 | ||
m_AdditionalShaderChannelsFlag: 0 | ||
m_UpdateRectTransformForStandalone: 0 | ||
m_SortingLayerID: 0 | ||
m_SortingOrder: 0 | ||
m_TargetDisplay: 0 | ||
--- !u!114 &9123712633551593827 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 824320981898137848} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
m_UiScaleMode: 0 | ||
m_ReferencePixelsPerUnit: 100 | ||
m_ScaleFactor: 1 | ||
m_ReferenceResolution: {x: 800, y: 600} | ||
m_ScreenMatchMode: 0 | ||
m_MatchWidthOrHeight: 0 | ||
m_PhysicalUnit: 3 | ||
m_FallbackScreenDPI: 96 | ||
m_DefaultSpriteDPI: 96 | ||
m_DynamicPixelsPerUnit: 1 | ||
m_PresetInfoIsWorld: 0 | ||
--- !u!114 &7993593636474770712 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 824320981898137848} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
m_IgnoreReversedGraphics: 1 | ||
m_BlockingObjects: 0 | ||
m_BlockingMask: | ||
serializedVersion: 2 | ||
m_Bits: 4294967295 |
7 changes: 7 additions & 0 deletions
7
trampoline_unity/trampoline/Assets/Prefabs/Token 1.prefab.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.