Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VIKszpedisön
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
VIKszpedisön
Commits
2692dd97
Commit
2692dd97
authored
Aug 11, 2021
by
benxidosz
Browse files
Options
Downloads
Patches
Plain Diff
Some fixes
parent
7c753e4c
No related branches found
No related tags found
1 merge request
!22
Platform Generálás nehezedik, illetve random is:
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assets/FellOffController.cs.meta
+0
-11
0 additions, 11 deletions
Assets/FellOffController.cs.meta
Assets/Scripts/GameManager.cs
+0
-3
0 additions, 3 deletions
Assets/Scripts/GameManager.cs
with
0 additions
and
14 deletions
Assets/FellOffController.cs.meta
deleted
100644 → 0
+
0
−
11
View file @
7c753e4c
fileFormatVersion: 2
guid: 2ee7669d86b4ed74f81ee0bb14fce1ab
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Assets/Scripts/GameManager.cs
+
0
−
3
View file @
2692dd97
...
...
@@ -34,7 +34,6 @@ public class GameManager : MonoBehaviour {
[
Header
(
"Instances"
)]
[
SerializeField
]
private
OnkoltsegController
OnkoltsegController
;
[
SerializeField
]
private
ScoreController
ScoreController
;
[
SerializeField
]
private
Canvas
InputCanvas
;
[
SerializeField
]
private
ScoreController
scoreController
;
[
SerializeField
]
private
FellOffController
m_FellOffController
;
...
...
@@ -44,8 +43,6 @@ public class GameManager : MonoBehaviour {
private
Main_camera
cameraController
;
private
Collider2D
cameraCollider
;
[
SerializeField
]
private
FellOffController
m_FellOffController
;
void
Awake
()
{
scoreController
.
HardenTheLevel
+=
HardenTheDifficulty
;
cameraController
=
mainCamera
.
GetComponent
<
Main_camera
>();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment