-> EasterEgg Szene 14 eingefügt

-> Boss angepasst
-> kleine Änderungen in anderen Szenen
-> Iglu ist jetzt ein Iglu
This commit is contained in:
GungHolo 2023-06-24 13:58:21 +02:00
parent da69707106
commit 36c35fd511
16 changed files with 6833 additions and 7753 deletions

View File

@ -1,6 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Amboss : MonoBehaviour
{
@ -25,6 +27,8 @@ public class Amboss : MonoBehaviour
if(one&&two&&three&&four)
{
anvil.GetComponent<Rigidbody2D>().constraints = RigidbodyConstraints2D.None;
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex+1);
}
}

BIN
Assets/AssetsFORELLE/Sprites/Tilesets/BasicLevel 1.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,26 @@ Tilemap:
m_TileObjectToInstantiateIndex: 65535
dummyAlignment: 0
m_AllTileFlags: 1073741825
- first: {x: -3, y: 5, z: 0}
second:
serializedVersion: 2
m_TileIndex: 44
m_TileSpriteIndex: 44
m_TileMatrixIndex: 0
m_TileColorIndex: 0
m_TileObjectToInstantiateIndex: 65535
dummyAlignment: 0
m_AllTileFlags: 1073741825
- first: {x: -2, y: 5, z: 0}
second:
serializedVersion: 2
m_TileIndex: 45
m_TileSpriteIndex: 45
m_TileMatrixIndex: 0
m_TileColorIndex: 0
m_TileObjectToInstantiateIndex: 65535
dummyAlignment: 0
m_AllTileFlags: 1073741825
- first: {x: -5, y: 6, z: 0}
second:
serializedVersion: 2
@ -582,6 +602,10 @@ Tilemap:
m_Data: {fileID: 11400000, guid: deb542ee615d3794d9ac4836293f1aa4, type: 2}
- m_RefCount: 1
m_Data: {fileID: 11400000, guid: ae5ed5fb491468f49b4d35c795b9329f, type: 2}
- m_RefCount: 1
m_Data: {fileID: 11400000, guid: 2e7743fe9ce6f7941b28bdda596f22c8, type: 2}
- m_RefCount: 1
m_Data: {fileID: 11400000, guid: 0b5719f9ff02f1e4b91ebcd133bb9cd3, type: 2}
m_TileSpriteArray:
- m_RefCount: 1
m_Data: {fileID: -840379371, guid: eff64c0333047784e9230d6b5fbbcf1b, type: 3}
@ -671,8 +695,12 @@ Tilemap:
m_Data: {fileID: 0}
- m_RefCount: 1
m_Data: {fileID: 0}
- m_RefCount: 1
m_Data: {fileID: 846219506, guid: a82b54208cd89c44aa4e0e3d53d4c12f, type: 3}
- m_RefCount: 1
m_Data: {fileID: 161259226, guid: a82b54208cd89c44aa4e0e3d53d4c12f, type: 3}
m_TileMatrixArray:
- m_RefCount: 45
- m_RefCount: 47
m_Data:
e00: 1
e01: 0
@ -691,12 +719,12 @@ Tilemap:
e32: 0
e33: 1
m_TileColorArray:
- m_RefCount: 43
- m_RefCount: 45
m_Data: {r: 1, g: 1, b: 1, a: 1}
- m_RefCount: 1
m_Data: {r: 0.9731777, g: 0.54425055, b: 0.5801236, a: 1}
m_Data: {r: 0.96559924, g: 0.65044594, b: 0.7185796, a: 1}
- m_RefCount: 1
m_Data: {r: 0.7714999, g: 0.42324212, b: 0.48833686, a: 1}
m_Data: {r: 0.81049687, g: 0.36208013, b: 0.47580338, a: 1}
m_TileObjectToInstantiateArray: []
m_AnimationFrameRate: 1
m_Color: {r: 1, g: 1, b: 1, a: 1}
@ -815,7 +843,7 @@ Grid:
m_CellGap: {x: 0, y: 0, z: 0}
m_CellLayout: 0
m_CellSwizzle: 0
--- !u!114 &5912864187516891907
--- !u!114 &1705638324146488019
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}

View File

@ -0,0 +1,36 @@
%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: 13312, guid: 0000000000000000e000000000000000, type: 0}
m_Name: BasicLevel 1_42
m_EditorClassIdentifier:
m_Sprite: {fileID: 161259226, guid: a82b54208cd89c44aa4e0e3d53d4c12f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Transform:
e00: 1
e01: 0
e02: 0
e03: 0
e10: 0
e11: 1
e12: 0
e13: 0
e20: 0
e21: 0
e22: 1
e23: 0
e30: 0
e31: 0
e32: 0
e33: 1
m_InstancedGameObject: {fileID: 0}
m_Flags: 1
m_ColliderType: 1

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0b5719f9ff02f1e4b91ebcd133bb9cd3
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,36 @@
%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: 13312, guid: 0000000000000000e000000000000000, type: 0}
m_Name: BasicLevel 1_43
m_EditorClassIdentifier:
m_Sprite: {fileID: 846219506, guid: a82b54208cd89c44aa4e0e3d53d4c12f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Transform:
e00: 1
e01: 0
e02: 0
e03: 0
e10: 0
e11: 1
e12: 0
e13: 0
e20: 0
e21: 0
e22: 1
e23: 0
e30: 0
e31: 0
e32: 0
e33: 1
m_InstancedGameObject: {fileID: 0}
m_Flags: 1
m_ColliderType: 1

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2e7743fe9ce6f7941b28bdda596f22c8
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,4 @@
Der Anfang der Schrift ist zu abgenutzt, als dass man etwas lesen könnte.
...
Die Geister gewannen ihr Land zurück und die Fische wurden zurück auf ihren Berg in ihre Quelle des Meeres verbannt. Als Dank, dass Meowlin den Geistern geholfen hatte, verwandelten sie Meowlins eigene Angel in die Angel des Übergangs, wodurch Meowlin die Welt immer wieder betreten und verlassen konnte, und sie waren ihm zum ewigen Dank verpflichtet. Dies war der Anfang einer unendlich langen Freundschaft.
(Teil 3/3)

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e949b3057470ee640b824cef3a77d89c
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -33,7 +33,7 @@ TextureImporter:
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
filterMode: 0
aniso: 1
mipBias: 0
wrapU: 1
@ -47,7 +47,7 @@ TextureImporter:
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spritePixelsToUnits: 32
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
@ -70,7 +70,7 @@ TextureImporter:
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
textureCompression: 0
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -536,7 +536,7 @@ TilemapRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 1
m_SortingOrder: 3
m_ChunkSize: {x: 32, y: 32, z: 32}
m_ChunkCullingBounds: {x: 0, y: 0, z: 0}
m_MaxChunkCount: 16
@ -2514,6 +2514,10 @@ PrefabInstance:
propertyPath: _LevelManager1
value:
objectReference: {fileID: 760890964}
- target: {fileID: 8316039429838813759, guid: 22badd0525f460b4d988841429f6a07e, type: 3}
propertyPath: ShiftingEnabled
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 22badd0525f460b4d988841429f6a07e, type: 3}
--- !u!1 &603214181 stripped
@ -20302,11 +20306,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1940356979551777538, guid: 2bffd5594aa1c224ba146958892fc23f, type: 3}
propertyPath: m_LocalPosition.x
value: 50.469975
value: 50.5
objectReference: {fileID: 0}
- target: {fileID: 1940356979551777538, guid: 2bffd5594aa1c224ba146958892fc23f, type: 3}
propertyPath: m_LocalPosition.y
value: 6.5006557
value: 6.5
objectReference: {fileID: 0}
- target: {fileID: 1940356979551777538, guid: 2bffd5594aa1c224ba146958892fc23f, type: 3}
propertyPath: m_LocalPosition.z
@ -23553,11 +23557,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 7932259858093015194, guid: b05f62fbadce49c4b9527f0b1c3e0bd2, type: 3}
propertyPath: m_LocalPosition.x
value: 52.03
value: 52
objectReference: {fileID: 0}
- target: {fileID: 7932259858093015194, guid: b05f62fbadce49c4b9527f0b1c3e0bd2, type: 3}
propertyPath: m_LocalPosition.y
value: 16.47
value: 16.5
objectReference: {fileID: 0}
- target: {fileID: 7932259858093015194, guid: b05f62fbadce49c4b9527f0b1c3e0bd2, type: 3}
propertyPath: m_LocalPosition.z
@ -24445,7 +24449,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 6694380534905033866, guid: 165a2208b0162fc41bc09f4b688b8750, type: 3}
propertyPath: m_LocalPosition.x
value: 54.97604
value: 55
objectReference: {fileID: 0}
- target: {fileID: 6694380534905033866, guid: 165a2208b0162fc41bc09f4b688b8750, type: 3}
propertyPath: m_LocalPosition.y

View File

@ -328,7 +328,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 108317283}
m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068}
m_LocalPosition: {x: 25.481, y: -13.9889, z: 0}
m_LocalPosition: {x: 25.481, y: -14, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children: []
@ -402,7 +402,7 @@ SpriteRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 176be0361838e994ca45bdc7731dc818, type: 3}
m_Sprite: {fileID: 21300000, guid: fc44c64f2703104448718723849f13fb, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
@ -789,6 +789,10 @@ PrefabInstance:
propertyPath: m_Name
value: AudioController
objectReference: {fileID: 0}
- target: {fileID: 5008637316406135658, guid: aaa21b2eb457ac74b9e319793b401dc6, type: 3}
propertyPath: lowpassLevelCustomCurve.m_Curve.Array.data[0].value
value: 0.11323329
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: aaa21b2eb457ac74b9e319793b401dc6, type: 3}
--- !u!1 &634435275 stripped