Skip to content

Commit

Permalink
Trail spit #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 20, 2024
1 parent 6cf2a47 commit 92f3413
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/.wolf3d/N3Ddata.cdogscpn/bullets.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"Pic": ""
},
"Trail": {
"Particle": "trail",
"Particle": "trail_spit",
"Width": 1.0
},
"OutOfRangeSpark": "spark",
Expand All @@ -173,7 +173,7 @@
"Pic": ""
},
"Trail": {
"Particle": "trail",
"Particle": "trail_spit",
"Width": 1.5
},
"OutOfRangeSpark": "spark",
Expand All @@ -195,7 +195,7 @@
"Pic": ""
},
"Trail": {
"Particle": "trail",
"Particle": "trail_spit",
"Width": 1.25
},
"OutOfRangeSpark": "spark",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Adapted from 2D Shooter Effects (Alpha version)
By Tatermand
https://opengameart.org/content/2d-shooter-effects-alpha-version
http://creativecommons.org/publicdomain/zero/1.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/.wolf3d/N3Ddata.cdogscpn/particles.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
},
"Range": 40,
"GravityFactor": -0.1
},
{
"Name": "trail_spit",
"Pic": {
"Type": "Animated",
"Sprites": "particles/trail_spit",
"TicksPerFrame": 2
},
"Range": 7
}
]
}

0 comments on commit 92f3413

Please sign in to comment.