Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tetra-tower
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Oenos
tetra-tower
Commits
50df5e01
Commit
50df5e01
authored
Feb 24, 2019
by
18손재민
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
코드 개행함
parent
7d7e1792
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MapManager.cs
Assets/Scripts/TetrisMap/MapManager.cs
+1
-1
No files found.
Assets/Scripts/TetrisMap/MapManager.cs
View file @
50df5e01
...
...
@@ -1020,7 +1020,7 @@ public class MapManager : Singleton<MapManager> {
new
ItemSpawnInfo
(
20
,
new
ItemSpawnType
[
2
]
{
ItemSpawnType
.
Item
,
ItemSpawnType
.
Addon
},
new
ItemQuality
[
2
]
{
ItemQuality
.
Superior
,
ItemQuality
.
Study
},
new
int
[
2
]
{
1
,
2
}),
new
ItemSpawnInfo
(
20
,
new
ItemSpawnType
[
3
]
{
ItemSpawnType
.
Item
,
ItemSpawnType
.
Addon
,
ItemSpawnType
.
LifeStone
},
new
ItemQuality
[
3
]
{
ItemQuality
.
Superior
,
ItemQuality
.
Ordinary
,
ItemQuality
.
None
},
new
int
[
3
]
{
1
,
1
,
3
}),
new
ItemQuality
[
3
]
{
ItemQuality
.
Superior
,
ItemQuality
.
Ordinary
,
ItemQuality
.
None
},
new
int
[
3
]
{
1
,
1
,
1
}),
new
ItemSpawnInfo
(
10
,
new
ItemSpawnType
[
2
]
{
ItemSpawnType
.
Item
,
ItemSpawnType
.
LifeStone
},
new
ItemQuality
[
2
]
{
ItemQuality
.
Superior
,
ItemQuality
.
None
},
new
int
[
2
]
{
1
,
3
}),
new
ItemSpawnInfo
(
10
,
new
ItemSpawnType
[
2
]
{
ItemSpawnType
.
Addon
,
ItemSpawnType
.
LifeStone
},
...
...
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