Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
igem-quantifly
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
igem-quantifly
Commits
cfbfba44
Commit
cfbfba44
authored
Oct 25, 2016
by
Raphael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot Main.scene
parent
f73e4ff9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
Main.unity
Assets/Scenes/Main.unity
+0
-0
Menu.unity
Assets/Scenes/Menu.unity
+0
-0
Menu.unity.meta
Assets/Scenes/Menu.unity.meta
+8
-0
GameController.cs
Assets/Scripts/GameController.cs
+4
-6
No files found.
Assets/Scenes/Main.unity
View file @
cfbfba44
No preview for this file type
Assets/Scenes/Menu.unity
0 → 100644
View file @
cfbfba44
File added
Assets/Scenes/Menu.unity.meta
0 → 100644
View file @
cfbfba44
fileFormatVersion: 2
guid: e73019487bcba4d4697011287cd75bf4
timeCreated: 1477392214
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
Assets/Scripts/GameController.cs
View file @
cfbfba44
...
...
@@ -31,12 +31,10 @@ namespace Assets.Scripts
Screen
.
height
,
0
)).
x
;
var
leftBorder
=
Camera
.
main
.
ScreenToWorldPoint
(
new
Vector3
(
0
,
0
,
0
)).
x
;
if
(
rightBorder
>
(
size
.
x
-
2
)
*
mult
)
{
BG
=
(
GameObject
)
Instantiate
(
BG
,
new
Vector3
(
size
.
x
+
tra
.
position
.
x
-
.
5f
,
tra
.
position
.
y
,
0
),
Quaternion
.
identity
);
tra
=
BG
.
GetComponent
<
Transform
>();
mult
++;
}
if
(!(
rightBorder
>
(
size
.
x
*
mult
)
-
2
))
return
;
BG
=
(
GameObject
)
Instantiate
(
BG
,
new
Vector3
(
size
.
x
+
tra
.
position
.
x
-
.
5f
,
tra
.
position
.
y
,
0
),
Quaternion
.
identity
);
tra
=
BG
.
GetComponent
<
Transform
>();
mult
++;
// _ca.Step(rightBorder);
// DrawMap(leftBorder, rightBorder);
...
...
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