Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GDW-SS-18
to-the-surface
Commits
1713b5bb
Commit
1713b5bb
authored
Oct 08, 2018
by
Soraphis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smaller fixes
touch input cleanups
parent
e5fe8e08
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
10 deletions
+15
-10
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
Assets/_Game/Scripts/PlayerActor.cs
Assets/_Game/Scripts/PlayerActor.cs
+0
-5
ProjectSettings/GraphicsSettings.asset
ProjectSettings/GraphicsSettings.asset
+0
-1
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+4
-4
No files found.
.gitlab-ci.yml
0 → 100644
View file @
1713b5bb
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
Build/WebGL/ToTheSurface
only
:
-
master
Assets/_Game/Scripts/PlayerActor.cs
View file @
1713b5bb
...
...
@@ -419,11 +419,6 @@ public class PlayerActor : MonoBehaviour, IResetable {
}
}
public
void
OnGUI
()
{
GUI
.
color
=
Color
.
red
;
GUI
.
Label
(
new
Rect
(
10
,
10
,
100
,
30
),
inputProvider
.
MoveDirection
.
ToString
());
}
public
void
LevelEnd
()
{
animator
.
Play
(
"LevelEnd"
);
enabled
=
false
;
...
...
ProjectSettings/GraphicsSettings.asset
View file @
1713b5bb
...
...
@@ -37,7 +37,6 @@ GraphicsSettings:
-
{
fileID
:
10770
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
17000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16002
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_PreloadedShaders
:
[]
m_SpritesDefaultMaterial
:
{
fileID
:
10754
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
...
...
ProjectSettings/ProjectSettings.asset
View file @
1713b5bb
...
...
@@ -75,7 +75,7 @@ PlayerSettings:
hideHomeButton
:
0
submitAnalytics
:
1
usePlayerLog
:
1
bakeCollisionMeshes
:
0
bakeCollisionMeshes
:
1
forceSingleInstance
:
0
resizableWindow
:
0
useMacAppStoreValidation
:
0
...
...
@@ -341,8 +341,8 @@ PlayerSettings:
m_StaticBatching
:
1
m_DynamicBatching
:
0
-
m_BuildTarget
:
WebGL
m_StaticBatching
:
0
m_DynamicBatching
:
0
m_StaticBatching
:
1
m_DynamicBatching
:
1
m_BuildTargetGraphicsAPIs
:
-
m_BuildTarget
:
AndroidPlayer
m_APIs
:
0b00000015000000
...
...
@@ -355,7 +355,7 @@ PlayerSettings:
m_Automatic
:
0
-
m_BuildTarget
:
WebGLSupport
m_APIs
:
0b000000
m_Automatic
:
1
m_Automatic
:
0
m_BuildTargetVRSettings
:
-
m_BuildTarget
:
Standalone
m_Enabled
:
0
...
...
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