Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
Merge master into 'Neue-Level'
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Florian committed May 29, 2017
2 parents 3a90b9e + 8260c6f commit 0381859
Show file tree
Hide file tree
Showing 127 changed files with 12,229 additions and 5,658 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ sysinfo.txt
*.unitypackage
Platformer_001/Library/ScriptMapper
Platformer_001/Library/AssetImportState

Platformer_001/Assets/RiderIntegration/

Platformer_001/Assets/RiderIntegration\.meta

Platformer_001/\.idea/
Binary file added Design/Icon-Export/App Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/Icon-Export/App Icon@0,5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/Icon-Export/App [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Design/Icon.psd
Binary file not shown.
78 changes: 0 additions & 78 deletions Platformer_001/Assets/MusicGenerator.cs

This file was deleted.

1 change: 1 addition & 0 deletions Platformer_001/Assets/Prefabs/Enemys/Schleim.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
selbstZerstoerenBeiTod: 1
hpAnzeige: {fileID: 0}
--- !u!114 &114799338532626626
MonoBehaviour:
Expand Down
14 changes: 7 additions & 7 deletions Platformer_001/Assets/Prefabs/Tiles/BasicTile.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Transform:
m_GameObject: {fileID: 1792102471104630}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 10.205129, y: 11.969703, z: 0}
m_LocalScale: {x: 2, y: 2, z: 2}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
Expand All @@ -53,13 +53,13 @@ EdgeCollider2D:
m_Material: {fileID: 6200000, guid: 47c1bdd6919415b4db67b378a9adaa6b, type: 2}
m_IsTrigger: 0
m_UsedByEffector: 1
m_Offset: {x: -0.5, y: -0.5}
m_Offset: {x: -1, y: 0}
m_Points:
- {x: 0, y: 0}
- {x: 1, y: 0}
- {x: 1, y: 1}
- {x: 0, y: -1}
- {x: 2, y: -1}
- {x: 2, y: 1}
- {x: 0, y: 1}
- {x: 0, y: 0}
- {x: 0, y: -1}
--- !u!212 &212374159688009474
SpriteRenderer:
m_ObjectHideFlags: 1
Expand Down Expand Up @@ -107,7 +107,7 @@ PlatformEffector2D:
serializedVersion: 2
m_Bits: 4294967295
m_RotationalOffset: 0
m_UseOneWay: 1
m_UseOneWay: 0
m_UseOneWayGrouping: 0
m_SurfaceArc: 180
m_UseSideFriction: 0
Expand Down
2 changes: 1 addition & 1 deletion Platformer_001/Assets/Prefabs/Tiles/grass.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PlatformEffector2D:
serializedVersion: 2
m_Bits: 4294967295
m_RotationalOffset: 0
m_UseOneWay: 1
m_UseOneWay: 0
m_UseOneWayGrouping: 0
m_SurfaceArc: 180
m_UseSideFriction: 0
Expand Down
2 changes: 1 addition & 1 deletion Platformer_001/Assets/Prefabs/Tiles/red_brick.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PlatformEffector2D:
serializedVersion: 2
m_Bits: 4294967295
m_RotationalOffset: 0
m_UseOneWay: 1
m_UseOneWay: 0
m_UseOneWayGrouping: 0
m_SurfaceArc: 180
m_UseSideFriction: 0
Expand Down
2 changes: 1 addition & 1 deletion Platformer_001/Assets/Prefabs/Tiles/stone.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PlatformEffector2D:
serializedVersion: 2
m_Bits: 4294967295
m_RotationalOffset: 0
m_UseOneWay: 1
m_UseOneWay: 0
m_UseOneWayGrouping: 0
m_SurfaceArc: 180
m_UseSideFriction: 0
Expand Down
2 changes: 1 addition & 1 deletion Platformer_001/Assets/Prefabs/Tiles/stone_brick.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PlatformEffector2D:
serializedVersion: 2
m_Bits: 4294967295
m_RotationalOffset: 0
m_UseOneWay: 1
m_UseOneWay: 0
m_UseOneWayGrouping: 0
m_SurfaceArc: 180
m_UseSideFriction: 0
Expand Down
9 changes: 9 additions & 0 deletions Platformer_001/Assets/Prefabs/UI.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0381859

Please sign in to comment.