Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mr BigSock
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gard Aleksander Furre
Mr BigSock
Merge requests
!26
Added second attack to player for testing.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added second attack to player for testing.
master
into
main
Overview
0
Commits
4
Pipelines
0
Changes
9
Merged
Robin Halseth Sandvik
requested to merge
master
into
main
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
9
Expand
Activate using the z key.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9fbdf51c
4 commits,
2 years ago
9 files
+
249
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
MrBigsock/Assets/Code/Core/Abilities/BasicProjectile1.cs
+
1
−
1
Options
@@ -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