Skip to content
Snippets Groups Projects
Commit fabae040 authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Changed prefab path.

parent 9413dd2b
No related branches found
No related tags found
1 merge request!26Added second attack to player for testing.
......@@ -14,7 +14,7 @@ namespace BigSock {
*/
public class BasicProjectile1 : BaseAttack {
//protected static readonly GameObject PROJECTILE_BASE = new AttackMovement();
public const string PROJECTILE_NAME = "attack";
public const string PROJECTILE_NAME = "bullets/basicsquarebullet";
public override ulong Id => 101;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment