質問編集履歴
1
現状と理想の画像を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
//tileTable[x, y] = TileType.DEATH;
|
106
106
|
|
107
|
-
Vector2Int position = new Vector2Int(
|
107
|
+
Vector2Int position = new Vector2Int(x, y);
|
108
108
|
|
109
109
|
GameObject stageCube = Instantiate(StageCube);
|
110
110
|
|
@@ -116,7 +116,7 @@
|
|
116
116
|
|
117
117
|
{
|
118
118
|
|
119
|
-
Vector2Int position = new Vector2Int(
|
119
|
+
Vector2Int position = new Vector2Int(x, y);
|
120
120
|
|
121
121
|
GameObject cube2 = Instantiate(Wall);
|
122
122
|
|
@@ -141,3 +141,15 @@
|
|
141
141
|
xとyを入れ替える
|
142
142
|
|
143
143
|
yをzにしてみる
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
*現状
|
148
|
+
|
149
|
+
![![イメージ説明](86f6e1881b0aa3c97d116e8cc4408560.png)](b857fa65bb45806d66f37ac8eefbd5e2.png)
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
*理想
|
154
|
+
|
155
|
+
![![イメージ説明](c2cd08ce2a0a6fde599f843d4c2aa2b2.png)](54302cd97f6cc4984fc6e769c62721d5.png)
|