Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GalaxySmash
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hà Trung (NEGAXY)
GalaxySmash
Commits
f87de8d7
Commit
f87de8d7
authored
Dec 13, 2021
by
Hà Trung (NEGAXY)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
840b3c08
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
236 additions
and
47 deletions
+236
-47
Destroyer Bullet.prefab
...uare Space/Player/Prefabs/Weapons/Destroyer Bullet.prefab
+232
-43
Laser Bullet.prefab
...y Square Space/Player/Prefabs/Weapons/Laser Bullet.prefab
+1
-1
Controller.cs
...ts/OSG Infinity Square Space/Player/Scripts/Controller.cs
+3
-3
No files found.
Assets/OSG Infinity Square Space/Player/Prefabs/Weapons/Destroyer Bullet.prefab
View file @
f87de8d7
This diff is collapsed.
Click to expand it.
Assets/OSG Infinity Square Space/Player/Prefabs/Weapons/Laser Bullet.prefab
View file @
f87de8d7
...
...
@@ -43,7 +43,7 @@ CapsuleCollider:
m_Material
:
{
fileID
:
0
}
m_IsTrigger
:
0
m_Enabled
:
1
m_Radius
:
2
m_Radius
:
50
m_Height
:
5
m_Direction
:
2
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
...
...
Assets/OSG Infinity Square Space/Player/Scripts/Controller.cs
View file @
f87de8d7
...
...
@@ -804,7 +804,7 @@ public class Controller : MonoBehaviour
//}
if
(
Interface
.
instance
.
skillSelectionManager
.
skills
[
3
].
CanUse
())
{
Interface
.
instance
.
skillSelectionManager
.
skills
[
3
].
CountDown
(
3
f
);
Interface
.
instance
.
skillSelectionManager
.
skills
[
3
].
CountDown
(
0.5
f
);
default_attacking
=
false
;
homeMissile
.
LaunchMissle
();
...
...
@@ -974,7 +974,7 @@ public class Controller : MonoBehaviour
{
if
(
Interface
.
instance
.
skillSelectionManager
.
skills
[
6
].
CanUse
())
{
Interface
.
instance
.
skillSelectionManager
.
skills
[
6
].
CountDown
(
4
f
);
Interface
.
instance
.
skillSelectionManager
.
skills
[
6
].
CountDown
(
3
f
);
default_attacking
=
false
;
//-----------
...
...
@@ -1122,7 +1122,7 @@ public class Controller : MonoBehaviour
CheckRemainAmmo
(
8
);
default_attacking
=
false
;
homeMissile
.
LaunchMissle
();
Interface
.
instance
.
skillSelectionManager
.
skills
[
8
].
CountDown
(
2
f
);
Interface
.
instance
.
skillSelectionManager
.
skills
[
8
].
CountDown
(
1
f
);
yield
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment