Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seedling
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tommé Nöll
seedling
Commits
b99c4b68
Commit
b99c4b68
authored
Oct 06, 2019
by
BlckTgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added transition objective to level 3
parent
42f4e81a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1696 additions
and
600 deletions
+1696
-600
Assets/Prefabs/Particles/LightParticleStream.prefab
Assets/Prefabs/Particles/LightParticleStream.prefab
+8
-8
Assets/Scenes/PilzGrotteL3.unity
Assets/Scenes/PilzGrotteL3.unity
+1658
-592
Assets/Scripts/Objective3.cs
Assets/Scripts/Objective3.cs
+19
-0
Assets/Scripts/Objective3.cs.meta
Assets/Scripts/Objective3.cs.meta
+11
-0
No files found.
Assets/Prefabs/Particles/LightParticleStream.prefab
View file @
b99c4b68
...
...
@@ -27,7 +27,7 @@ Transform:
m_GameObject
:
{
fileID
:
6490983961685056084
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
3
,
z
:
1
}
m_Children
:
[]
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
0
...
...
@@ -1322,9 +1322,9 @@ ParticleSystem:
maxGradient
:
serializedVersion
:
2
key0
:
{
r
:
0.9529412
,
g
:
0.94509804
,
b
:
0.6431373
,
a
:
0
}
key1
:
{
r
:
1
,
g
:
0.99896455
,
b
:
0.9575472
,
a
:
0.6666667
}
key2
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0.15686275
}
key3
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
key1
:
{
r
:
1
,
g
:
0.99896455
,
b
:
0.9575472
,
a
:
1
}
key2
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
key3
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
.15686275
}
key4
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
key5
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
key6
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
0
}
...
...
@@ -1338,16 +1338,16 @@ ParticleSystem:
ctime6
:
0
ctime7
:
0
atime0
:
0
atime1
:
2293
7
atime2
:
65535
atime3
:
0
atime1
:
1310
7
atime2
:
52428
atime3
:
65535
atime4
:
0
atime5
:
0
atime6
:
0
atime7
:
0
m_Mode
:
0
m_NumColorKeys
:
2
m_NumAlphaKeys
:
3
m_NumAlphaKeys
:
4
minGradient
:
serializedVersion
:
2
key0
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
...
...
Assets/Scenes/PilzGrotteL3.unity
View file @
b99c4b68
This diff is collapsed.
Click to expand it.
Assets/Scripts/Objective3.cs
0 → 100644
View file @
b99c4b68
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
public
class
Objective3
:
MonoBehaviour
{
public
GameObject
light
;
public
Save
save
;
// Update is called once per frame
void
Update
()
{
if
(!
light
.
activeSelf
)
{
save
.
pilzZustand
=
3
;
}
}
}
Assets/Scripts/Objective3.cs.meta
0 → 100644
View file @
b99c4b68
fileFormatVersion: 2
guid: 639165ce8fbaf5341b2644ac168ca0d5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment