Bullet Type Visual Indicator (#21068)

* Bullet Class indicators

* New Practice Sprite

* Removed re-specified values

* fixes up whitespace to get this merged

---------

Co-authored-by: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
MaloTV
2024-01-07 03:36:51 +01:00
committed by GitHub
parent d22fe3f921
commit b85a9d7688
4 changed files with 26 additions and 0 deletions

View File

@@ -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:
@@ -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:

View File

@@ -28,6 +28,24 @@
]
]
},
{
"name": "rubber",
"delays": [
[
0.05,
0.05
]
]
},
{
"name": "practice",
"delays": [
[
0.05,
0.05
]
]
},
{
"name": "frag"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B