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
a2f6c837
Commit
a2f6c837
authored
Sep 29, 2018
by
16도재형
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
테스트용 canvas 제거 (대신 1, 2 키로 작동가능)
parent
f97fea9f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
497 deletions
+9
-497
PlayScene.unity
Assets/Scenes/PlayScene.unity
+5
-496
Test.cs
Assets/Scripts/TetrisMap/Test.cs
+4
-1
No files found.
Assets/Scenes/PlayScene.unity
View file @
a2f6c837
This diff is collapsed.
Click to expand it.
Assets/Scripts/TetrisMap/Test.cs
View file @
a2f6c837
...
@@ -26,6 +26,9 @@ public class Test : MonoBehaviour {
...
@@ -26,6 +26,9 @@ public class Test : MonoBehaviour {
// Update is called once per frame
// Update is called once per frame
void
Update
()
{
void
Update
()
{
if
(
Input
.
GetKeyDown
(
KeyCode
.
Alpha1
))
ChangeTetrimino
();
if
(
Input
.
GetKeyDown
(
KeyCode
.
Alpha2
))
SpawnBossTetrimino
();
}
}
}
}
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