Skip to content

Commit

Permalink
Add sprite to BulletEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Aug 15, 2024
1 parent 8cdd111 commit b5da58d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
- type: TriggerOnCollide
fixtureID: projectile
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
sprite: SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi
layers:
- state: frag
- state: emp
- type: EmpOnTrigger
range: 0.5
energyConsumption: 500
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by Estkemran (Github) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "emp",
"delays": [
[
0.05,
0.05,
0.05,
0.05
]
]
}
]
}

0 comments on commit b5da58d

Please sign in to comment.