Browse Source

Uncomment stuff for collectable spawning testing + icon

master
Claire Peta 4 years ago
parent
commit
3a3270ed11
7 changed files with 99 additions and 8 deletions
  1. +1
    -1
      Assets/Scripts/GameMode/ColorGameMode/RacetrackGameMode.cs
  2. +1
    -1
      Assets/Scripts/Managers/GameManager.cs
  3. +3
    -0
      Assets/Textures/Icon.png
  4. +88
    -0
      Assets/Textures/Icon.png.meta
  5. +2
    -2
      ProjectSettings/EditorBuildSettings.asset
  6. +2
    -2
      ProjectSettings/GraphicsSettings.asset
  7. +2
    -2
      ProjectSettings/ProjectSettings.asset

+ 1
- 1
Assets/Scripts/GameMode/ColorGameMode/RacetrackGameMode.cs View File

@ -110,7 +110,7 @@ public class RacetrackGameMode : GameMode
//We check for track sections we need to add/remove
mapManager.checkTrack();
//spawn.wakeup();
spawn.wakeup();
//Move the camera forward at a steady rate each round
/*if (scrollSpeed > 0.0f)

+ 1
- 1
Assets/Scripts/Managers/GameManager.cs View File

@ -179,7 +179,7 @@ public class GameManager : MonoBehaviour
}
}
//spawn collectible logic blocks
//spawnBlock.Spawn();
spawnBlock.Spawn();
//Reset some player Data

+ 3
- 0
Assets/Textures/Icon.png View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c963d84120be6c9dbd55078d72c6872b193294304954c55db22267f0d5317452
size 7257

+ 88
- 0
Assets/Textures/Icon.png.meta View File

@ -0,0 +1,88 @@
fileFormatVersion: 2
guid: dbcdf8b485d366b489f13c8f6dc8fecc
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: -1
aniso: -1
mipBias: -100
wrapU: -1
wrapV: -1
wrapW: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

+ 2
- 2
ProjectSettings/EditorBuildSettings.asset View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1890d8b9d4cb6c52f70ca8e818b21a7f57189e3c35841758de9fc21b4fd1bbe0
size 2232
oid sha256:7be799905646e6d7aaab37702ab8e14db03f14e8814c42bb9471fdcb8028125e
size 1282

+ 2
- 2
ProjectSettings/GraphicsSettings.asset View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06f2c9c42c3e01f1143d4c15cfe4f316cfab490aba17fde694e466c130d4e3a4
size 2359
oid sha256:758221ccdd8ed2b386a3367cc69cc6c5466fe975c0b4a77ac65f68abcdaa7ffd
size 2428

+ 2
- 2
ProjectSettings/ProjectSettings.asset View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3227dc2661fccc064a73220d2846fe530fb7aafdffe3b10140f080c84310528d
size 20392
oid sha256:33ce654bd4b3898466537593d9c857378b5209e6a58a289ec29fb28490560b89
size 20897

Loading…
Cancel
Save