Skip to content

Commit

Permalink
Bullet Type Visual Indicator (#21068)
Browse files Browse the repository at this point in the history
* Bullet Class indicators

* New Practice Sprite

* Removed re-specified values

* fixes up whitespace to get this merged

---------

Co-authored-by: deathride58 <[email protected]>
  • Loading branch information
MaloTV and deathride58 authored Jan 7, 2024
1 parent d22fe3f commit b85a9d7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
parent: BaseBullet
noSpawn: true
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
layers:
- state: practice
- type: Projectile
damage:
types:
Expand All @@ -106,6 +110,10 @@
parent: BaseBullet
noSpawn: true
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
layers:
- state: rubber
- type: Projectile
damage:
types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@
]
]
},
{
"name": "rubber",
"delays": [
[
0.05,
0.05
]
]
},
{
"name": "practice",
"delays": [
[
0.05,
0.05
]
]
},
{
"name": "frag"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b85a9d7

Please sign in to comment.