main
Benjamin Kraft 1 year ago
parent 43a50d5374
commit 5de767c97f
  1. 2
      Assets/Prefabs/Player.prefab
  2. 8
      ProjectSettings/ProjectSettings.asset
  3. 4
      ProjectSettings/QualitySettings.asset
  4. 1
      README.md

@ -72,7 +72,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0} m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingLayer: 0 m_SortingLayer: 0
m_SortingOrder: 0 m_SortingOrder: 1
m_Sprite: {fileID: 21300000, guid: 47e353a78c92b9838963e533e37462e5, type: 3} m_Sprite: {fileID: 21300000, guid: 47e353a78c92b9838963e533e37462e5, type: 3}
m_Color: {r: 0.13207549, g: 0.13207549, b: 0.13207549, a: 1} m_Color: {r: 0.13207549, g: 0.13207549, b: 0.13207549, a: 1}
m_FlipX: 0 m_FlipX: 0

@ -165,8 +165,8 @@ PlayerSettings:
iPhone: 0 iPhone: 0
tvOS: 0 tvOS: 0
overrideDefaultApplicationIdentifier: 0 overrideDefaultApplicationIdentifier: 0
AndroidBundleVersionCode: 5 AndroidBundleVersionCode: 8
AndroidMinSdkVersion: 22 AndroidMinSdkVersion: 24
AndroidTargetSdkVersion: 33 AndroidTargetSdkVersion: 33
AndroidPreferredInstallLocation: 1 AndroidPreferredInstallLocation: 1
aotOptions: aotOptions:
@ -409,7 +409,7 @@ PlayerSettings:
m_DefaultShaderChunkCount: 0 m_DefaultShaderChunkCount: 0
openGLRequireES31: 0 openGLRequireES31: 0
openGLRequireES31AEP: 0 openGLRequireES31AEP: 0
openGLRequireES32: 0 openGLRequireES32: 1
m_TemplateCustomTags: {} m_TemplateCustomTags: {}
mobileMTRendering: mobileMTRendering:
Android: 1 Android: 1
@ -676,7 +676,7 @@ PlayerSettings:
scriptingBackend: scriptingBackend:
Android: 1 Android: 1
il2cppCompilerConfiguration: il2cppCompilerConfiguration:
Android: 2 Android: 1
managedStrippingLevel: managedStrippingLevel:
Android: 3 Android: 3
incrementalIl2cppBuild: {} incrementalIl2cppBuild: {}

@ -4,7 +4,7 @@
QualitySettings: QualitySettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 5 serializedVersion: 5
m_CurrentQuality: 2 m_CurrentQuality: 5
m_QualitySettings: m_QualitySettings:
- serializedVersion: 2 - serializedVersion: 2
name: Very Low name: Very Low
@ -201,7 +201,7 @@ QualitySettings:
skinWeights: 255 skinWeights: 255
textureQuality: 0 textureQuality: 0
anisotropicTextures: 1 anisotropicTextures: 1
antiAliasing: 4 antiAliasing: 0
softParticles: 1 softParticles: 1
softVegetation: 1 softVegetation: 1
realtimeReflectionProbes: 1 realtimeReflectionProbes: 1

@ -4,7 +4,6 @@
- Score number rotation - Score number rotation
- Collectables: - Collectables:
- NewBall - NewBall
- Wormhole
- Border visuals - Border visuals
### Menu ### Menu

Loading…
Cancel
Save