Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
man-in-the-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
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
MIM
man-in-the-mirror
Commits
79f1cca0
Commit
79f1cca0
authored
Jul 02, 2019
by
18신대성
Committed by
18손재민
Jul 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
거울 로직 다 바꾸긴함. 근데 영향 안받는부분 안바뀌게 하려면 또 어느정도 바꿔야함
parent
6f0aa517
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
186 additions
and
82 deletions
+186
-82
2019-07-02-13-21-35.json
Assets/2019-07-02-13-21-35.json
+1
-0
2019-07-02-13-21-35.json.meta
Assets/2019-07-02-13-21-35.json.meta
+2
-3
Floor.cs
Assets/Scripts/Map/Floor.cs
+0
-2
Mirror.cs
Assets/Scripts/Map/Mirror.cs
+183
-77
No files found.
Assets/2019-07-02-13-21-35.json
0 → 100644
View file @
79f1cca0
{
"objects"
:[{
"tag"
:
0
,
"xPos"
:
20.0
,
"yPos"
:
0.0
},{
"tag"
:
2
,
"xPos"
:
-2.0
,
"yPos"
:
-0.5
},{
"tag"
:
2
,
"xPos"
:
-1.0
,
"yPos"
:
-0.5
},{
"tag"
:
2
,
"xPos"
:
0.5
,
"yPos"
:
-1.0
},{
"tag"
:
3
,
"xPos"
:
0.0
,
"yPos"
:
-0.5
},{
"tag"
:
3
,
"xPos"
:
1.0
,
"yPos"
:
-0.5
},{
"tag"
:
1
,
"xPos"
:
-2.0
,
"yPos"
:
1.0
},{
"tag"
:
1
,
"xPos"
:
-1.0
,
"yPos"
:
1.0
},{
"tag"
:
1
,
"xPos"
:
0.0
,
"yPos"
:
1.0
},{
"tag"
:
1
,
"xPos"
:
1.0
,
"yPos"
:
1.0
},{
"tag"
:
1
,
"xPos"
:
1.0
,
"yPos"
:
0.0
},{
"tag"
:
1
,
"xPos"
:
0.0
,
"yPos"
:
0.0
},{
"tag"
:
1
,
"xPos"
:
-1.0
,
"yPos"
:
0.0
},{
"tag"
:
1
,
"xPos"
:
-2.0
,
"yPos"
:
0.0
},{
"tag"
:
1
,
"xPos"
:
-2.0
,
"yPos"
:
-1.0
},{
"tag"
:
1
,
"xPos"
:
-1.0
,
"yPos"
:
-1.0
},{
"tag"
:
1
,
"xPos"
:
0.0
,
"yPos"
:
-1.0
},{
"tag"
:
1
,
"xPos"
:
1.0
,
"yPos"
:
-1.0
},{
"tag"
:
1
,
"xPos"
:
1.0
,
"yPos"
:
-2.0
},{
"tag"
:
1
,
"xPos"
:
0.0
,
"yPos"
:
-2.0
},{
"tag"
:
1
,
"xPos"
:
-1.0
,
"yPos"
:
-2.0
},{
"tag"
:
1
,
"xPos"
:
-2.0
,
"yPos"
:
-2.0
},{
"tag"
:
4
,
"xPos"
:
-2.0
,
"yPos"
:
-2.0
},{
"tag"
:
5
,
"xPos"
:
1.0
,
"yPos"
:
-2.0
},{
"tag"
:
6
,
"xPos"
:
1.0
,
"yPos"
:
-1.0
}],
"clears"
:[{
"type"
:
6
,
"goal"
:
1
}],
"bullets"
:[
1
,
1
]}
\ No newline at end of file
Assets/
Maps
.meta
→
Assets/
2019-07-02-13-21-35.json
.meta
View file @
79f1cca0
fileFormatVersion: 2
guid: 47baf9abe59c90a4d914127b0527c24f
folderAsset: yes
DefaultImporter:
guid: 32ee0c564afd5274e887a0d0ff2e4ef5
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
...
...
Assets/Scripts/Map/Floor.cs
View file @
79f1cca0
...
...
@@ -11,8 +11,6 @@ public class Floor : MonoBehaviour
public
bool
isGoalFloor
=
false
;
public
IObject
objOnFloor
=
null
;
public
int
copyCounter
=
0
;
// count for mirror copy
// Start is called before the first frame update
void
Start
()
{
...
...
Assets/Scripts/Map/Mirror.cs
View file @
79f1cca0
This diff is collapsed.
Click to expand it.
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