You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/tutorial-7/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,7 +367,7 @@ Pertama buat scene baru (nama bebas) dengan ```Area3D``` sebagai root node.
367
367
368
368

369
369
370
-
Lalu tambahkan node ```CollisionShape3d``` sebagai child dari node ```Area``` tadi.
370
+
Lalu tambahkan node ```CollisionShape3D``` sebagai child dari node ```Area``` tadi.
371
371
Jangan lupa untuk membuat _collision shape_ pada node ```CollisionShape3D``` (Kamu seharusnya sudah pernah melakukannya pada tutorial sebelumnya) kali ini buat bentuk *Sphere*.
372
372
373
373

@@ -419,6 +419,7 @@ Supaya ketika player jatuh ke jurang, scene akan di-reload.
0 commit comments