Skip to content

Commit 9a42a69

Browse files
authored
Merge pull request #104 from Truly-Depressed-Developers/dev2
Original gamejam submitted version
2 parents b156c6a + 9f8b052 commit 9a42a69

707 files changed

Lines changed: 118826 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"files.exclude":
3+
{
4+
"**/.DS_Store":true,
5+
"**/.git":true,
6+
"**/.gitmodules":true,
7+
"**/*.booproj":true,
8+
"**/*.pidb":true,
9+
"**/*.suo":true,
10+
"**/*.user":true,
11+
"**/*.userprefs":true,
12+
"**/*.unityproj":true,
13+
"**/*.dll":true,
14+
"**/*.exe":true,
15+
"**/*.pdf":true,
16+
"**/*.mid":true,
17+
"**/*.midi":true,
18+
"**/*.wav":true,
19+
"**/*.gif":true,
20+
"**/*.ico":true,
21+
"**/*.jpg":true,
22+
"**/*.jpeg":true,
23+
"**/*.png":true,
24+
"**/*.psd":true,
25+
"**/*.tga":true,
26+
"**/*.tif":true,
27+
"**/*.tiff":true,
28+
"**/*.3ds":true,
29+
"**/*.3DS":true,
30+
"**/*.fbx":true,
31+
"**/*.FBX":true,
32+
"**/*.lxo":true,
33+
"**/*.LXO":true,
34+
"**/*.ma":true,
35+
"**/*.MA":true,
36+
"**/*.obj":true,
37+
"**/*.OBJ":true,
38+
"**/*.asset":true,
39+
"**/*.cubemap":true,
40+
"**/*.flare":true,
41+
"**/*.mat":true,
42+
"**/*.meta":true,
43+
"**/*.prefab":true,
44+
"**/*.unity":true,
45+
"build/":true,
46+
"Build/":true,
47+
"Library/":true,
48+
"library/":true,
49+
"obj/":true,
50+
"Obj/":true,
51+
"ProjectSettings/":true,
52+
"temp/":true,
53+
"Temp/":true
54+
}
55+
}

Assets/BP.unity

Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!29 &1
4+
OcclusionCullingSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_OcclusionBakeSettings:
8+
smallestOccluder: 5
9+
smallestHole: 0.25
10+
backfaceThreshold: 100
11+
m_SceneGUID: 00000000000000000000000000000000
12+
m_OcclusionCullingData: {fileID: 0}
13+
--- !u!104 &2
14+
RenderSettings:
15+
m_ObjectHideFlags: 0
16+
serializedVersion: 9
17+
m_Fog: 0
18+
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
19+
m_FogMode: 3
20+
m_FogDensity: 0.01
21+
m_LinearFogStart: 0
22+
m_LinearFogEnd: 300
23+
m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
24+
m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
25+
m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
26+
m_AmbientIntensity: 1
27+
m_AmbientMode: 3
28+
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
29+
m_SkyboxMaterial: {fileID: 0}
30+
m_HaloStrength: 0.5
31+
m_FlareStrength: 1
32+
m_FlareFadeSpeed: 3
33+
m_HaloTexture: {fileID: 0}
34+
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
35+
m_DefaultReflectionMode: 0
36+
m_DefaultReflectionResolution: 128
37+
m_ReflectionBounces: 1
38+
m_ReflectionIntensity: 1
39+
m_CustomReflection: {fileID: 0}
40+
m_Sun: {fileID: 0}
41+
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
42+
m_UseRadianceAmbientProbe: 0
43+
--- !u!157 &3
44+
LightmapSettings:
45+
m_ObjectHideFlags: 0
46+
serializedVersion: 12
47+
m_GIWorkflowMode: 1
48+
m_GISettings:
49+
serializedVersion: 2
50+
m_BounceScale: 1
51+
m_IndirectOutputScale: 1
52+
m_AlbedoBoost: 1
53+
m_EnvironmentLightingMode: 0
54+
m_EnableBakedLightmaps: 0
55+
m_EnableRealtimeLightmaps: 0
56+
m_LightmapEditorSettings:
57+
serializedVersion: 12
58+
m_Resolution: 2
59+
m_BakeResolution: 40
60+
m_AtlasSize: 1024
61+
m_AO: 0
62+
m_AOMaxDistance: 1
63+
m_CompAOExponent: 1
64+
m_CompAOExponentDirect: 0
65+
m_ExtractAmbientOcclusion: 0
66+
m_Padding: 2
67+
m_LightmapParameters: {fileID: 0}
68+
m_LightmapsBakeMode: 1
69+
m_TextureCompression: 1
70+
m_FinalGather: 0
71+
m_FinalGatherFiltering: 1
72+
m_FinalGatherRayCount: 256
73+
m_ReflectionCompression: 2
74+
m_MixedBakeMode: 2
75+
m_BakeBackend: 1
76+
m_PVRSampling: 1
77+
m_PVRDirectSampleCount: 32
78+
m_PVRSampleCount: 512
79+
m_PVRBounces: 2
80+
m_PVREnvironmentSampleCount: 256
81+
m_PVREnvironmentReferencePointCount: 2048
82+
m_PVRFilteringMode: 1
83+
m_PVRDenoiserTypeDirect: 1
84+
m_PVRDenoiserTypeIndirect: 1
85+
m_PVRDenoiserTypeAO: 1
86+
m_PVRFilterTypeDirect: 0
87+
m_PVRFilterTypeIndirect: 0
88+
m_PVRFilterTypeAO: 0
89+
m_PVREnvironmentMIS: 1
90+
m_PVRCulling: 1
91+
m_PVRFilteringGaussRadiusDirect: 1
92+
m_PVRFilteringGaussRadiusIndirect: 5
93+
m_PVRFilteringGaussRadiusAO: 2
94+
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
95+
m_PVRFilteringAtrousPositionSigmaIndirect: 2
96+
m_PVRFilteringAtrousPositionSigmaAO: 1
97+
m_ExportTrainingData: 0
98+
m_TrainingDataDestination: TrainingData
99+
m_LightProbeSampleCountMultiplier: 4
100+
m_LightingDataAsset: {fileID: 0}
101+
m_LightingSettings: {fileID: 0}
102+
--- !u!196 &4
103+
NavMeshSettings:
104+
serializedVersion: 2
105+
m_ObjectHideFlags: 0
106+
m_BuildSettings:
107+
serializedVersion: 2
108+
agentTypeID: 0
109+
agentRadius: 0.5
110+
agentHeight: 2
111+
agentSlope: 45
112+
agentClimb: 0.4
113+
ledgeDropHeight: 0
114+
maxJumpAcrossDistance: 0
115+
minRegionArea: 2
116+
manualCellSize: 0
117+
cellSize: 0.16666667
118+
manualTileSize: 0
119+
tileSize: 256
120+
accuratePlacement: 0
121+
maxJobWorkers: 0
122+
preserveTilesOutsideBounds: 0
123+
debug:
124+
m_Flags: 0
125+
m_NavMeshData: {fileID: 0}
126+
--- !u!1 &888807120
127+
GameObject:
128+
m_ObjectHideFlags: 0
129+
m_CorrespondingSourceObject: {fileID: 0}
130+
m_PrefabInstance: {fileID: 0}
131+
m_PrefabAsset: {fileID: 0}
132+
serializedVersion: 6
133+
m_Component:
134+
- component: {fileID: 888807123}
135+
- component: {fileID: 888807122}
136+
- component: {fileID: 888807121}
137+
m_Layer: 0
138+
m_Name: EventSystem
139+
m_TagString: Untagged
140+
m_Icon: {fileID: 0}
141+
m_NavMeshLayer: 0
142+
m_StaticEditorFlags: 0
143+
m_IsActive: 1
144+
--- !u!114 &888807121
145+
MonoBehaviour:
146+
m_ObjectHideFlags: 0
147+
m_CorrespondingSourceObject: {fileID: 0}
148+
m_PrefabInstance: {fileID: 0}
149+
m_PrefabAsset: {fileID: 0}
150+
m_GameObject: {fileID: 888807120}
151+
m_Enabled: 1
152+
m_EditorHideFlags: 0
153+
m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3}
154+
m_Name:
155+
m_EditorClassIdentifier:
156+
m_SendPointerHoverToParent: 1
157+
m_HorizontalAxis: Horizontal
158+
m_VerticalAxis: Vertical
159+
m_SubmitButton: Submit
160+
m_CancelButton: Cancel
161+
m_InputActionsPerSecond: 10
162+
m_RepeatDelay: 0.5
163+
m_ForceModuleActive: 0
164+
--- !u!114 &888807122
165+
MonoBehaviour:
166+
m_ObjectHideFlags: 0
167+
m_CorrespondingSourceObject: {fileID: 0}
168+
m_PrefabInstance: {fileID: 0}
169+
m_PrefabAsset: {fileID: 0}
170+
m_GameObject: {fileID: 888807120}
171+
m_Enabled: 1
172+
m_EditorHideFlags: 0
173+
m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3}
174+
m_Name:
175+
m_EditorClassIdentifier:
176+
m_FirstSelected: {fileID: 0}
177+
m_sendNavigationEvents: 1
178+
m_DragThreshold: 10
179+
--- !u!4 &888807123
180+
Transform:
181+
m_ObjectHideFlags: 0
182+
m_CorrespondingSourceObject: {fileID: 0}
183+
m_PrefabInstance: {fileID: 0}
184+
m_PrefabAsset: {fileID: 0}
185+
m_GameObject: {fileID: 888807120}
186+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
187+
m_LocalPosition: {x: 0, y: 0, z: 0}
188+
m_LocalScale: {x: 1, y: 1, z: 1}
189+
m_ConstrainProportionsScale: 0
190+
m_Children: []
191+
m_Father: {fileID: 0}
192+
m_RootOrder: 1
193+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
194+
--- !u!1 &1501042113
195+
GameObject:
196+
m_ObjectHideFlags: 0
197+
m_CorrespondingSourceObject: {fileID: 0}
198+
m_PrefabInstance: {fileID: 0}
199+
m_PrefabAsset: {fileID: 0}
200+
serializedVersion: 6
201+
m_Component:
202+
- component: {fileID: 1501042116}
203+
- component: {fileID: 1501042115}
204+
- component: {fileID: 1501042114}
205+
m_Layer: 0
206+
m_Name: Main Camera
207+
m_TagString: MainCamera
208+
m_Icon: {fileID: 0}
209+
m_NavMeshLayer: 0
210+
m_StaticEditorFlags: 0
211+
m_IsActive: 1
212+
--- !u!81 &1501042114
213+
AudioListener:
214+
m_ObjectHideFlags: 0
215+
m_CorrespondingSourceObject: {fileID: 0}
216+
m_PrefabInstance: {fileID: 0}
217+
m_PrefabAsset: {fileID: 0}
218+
m_GameObject: {fileID: 1501042113}
219+
m_Enabled: 1
220+
--- !u!20 &1501042115
221+
Camera:
222+
m_ObjectHideFlags: 0
223+
m_CorrespondingSourceObject: {fileID: 0}
224+
m_PrefabInstance: {fileID: 0}
225+
m_PrefabAsset: {fileID: 0}
226+
m_GameObject: {fileID: 1501042113}
227+
m_Enabled: 1
228+
serializedVersion: 2
229+
m_ClearFlags: 1
230+
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
231+
m_projectionMatrixMode: 1
232+
m_GateFitMode: 2
233+
m_FOVAxisMode: 0
234+
m_SensorSize: {x: 36, y: 24}
235+
m_LensShift: {x: 0, y: 0}
236+
m_FocalLength: 50
237+
m_NormalizedViewPortRect:
238+
serializedVersion: 2
239+
x: 0
240+
y: 0
241+
width: 1
242+
height: 1
243+
near clip plane: 0.3
244+
far clip plane: 1000
245+
field of view: 60
246+
orthographic: 1
247+
orthographic size: 5
248+
m_Depth: -1
249+
m_CullingMask:
250+
serializedVersion: 2
251+
m_Bits: 4294967295
252+
m_RenderingPath: -1
253+
m_TargetTexture: {fileID: 0}
254+
m_TargetDisplay: 0
255+
m_TargetEye: 3
256+
m_HDR: 1
257+
m_AllowMSAA: 1
258+
m_AllowDynamicResolution: 0
259+
m_ForceIntoRT: 0
260+
m_OcclusionCulling: 1
261+
m_StereoConvergence: 10
262+
m_StereoSeparation: 0.022
263+
--- !u!4 &1501042116
264+
Transform:
265+
m_ObjectHideFlags: 0
266+
m_CorrespondingSourceObject: {fileID: 0}
267+
m_PrefabInstance: {fileID: 0}
268+
m_PrefabAsset: {fileID: 0}
269+
m_GameObject: {fileID: 1501042113}
270+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
271+
m_LocalPosition: {x: 0, y: 0, z: -10}
272+
m_LocalScale: {x: 1, y: 1, z: 1}
273+
m_ConstrainProportionsScale: 0
274+
m_Children: []
275+
m_Father: {fileID: 0}
276+
m_RootOrder: 0
277+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

Assets/BP.unity.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Feet pics.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Feet pics/Bez tytułu.png

434 Bytes
Loading

0 commit comments

Comments
 (0)