mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
ads-game:: fixed ads crash ship
This commit is contained in:
parent
b34fbba7b4
commit
6549637f8d
@ -238,6 +238,7 @@ void common_crash_ship() {
|
|||||||
|
|
||||||
void ads_crash_ship() {
|
void ads_crash_ship() {
|
||||||
if(ship_pt < invincibility_pt) return;
|
if(ship_pt < invincibility_pt) return;
|
||||||
|
common_crash_ship();
|
||||||
hybrid::in_actual([&] {
|
hybrid::in_actual([&] {
|
||||||
gen_particles(rpoisson(crash_particle_qty * 2), vctr, ads_inverse(current * vctrV) * spin(ang*degree), rsrc_color[rtHull], crash_particle_rapidity, crash_particle_life);
|
gen_particles(rpoisson(crash_particle_qty * 2), vctr, ads_inverse(current * vctrV) * spin(ang*degree), rsrc_color[rtHull], crash_particle_rapidity, crash_particle_life);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user