Skip to content
Snippets Groups Projects

Added second attack to player for testing.

Merged Robin Halseth Sandvik requested to merge master into main
9 files
+ 249
7
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -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;
Loading