mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
relhell:: ads:: reduced the lifetime of player missiles
This commit is contained in:
parent
135b1d3779
commit
2b297b21d0
@ -20,6 +20,7 @@ void fire() {
|
||||
auto r = std::make_unique<ads_object> (oMissile, c, S1, rsrc_color[rtAmmo]);
|
||||
r->shape = &shape_missile;
|
||||
r->life_start = 0;
|
||||
r->life_end = M_PI;
|
||||
|
||||
ads_matrix Scell(Id, 0);
|
||||
cell *lcell = hybrid::get_at(vctr, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user