Skip to content

Commit

Permalink
ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukant committed Jun 15, 2020
1 parent 728d95f commit 3376443
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
92 changes: 92 additions & 0 deletions Assets/Images/D7D7FAE4-E7FA-4A14-A28F-C0617B7FE4CA.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Scripts/Enemy2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void FireLaser()
laser = Instantiate(Spawnee, transform.position, new Quaternion(0, 0, 0, 0));
}
laser.name = "laser";
laser.transform.SetParent(transform);
//laser.transform.SetParent(transform);
}

IEnumerator Shooting()
Expand Down

0 comments on commit 3376443

Please sign in to comment.