touhou-pride-jam-2021/thpj3/objects/obj_enemy_bullet_parent/Destroy_0.gml

3 lines
168 B
Plaintext
Raw Normal View History

effect_create_below( ef_spark, x, y, 0, c_fuchsia );
obj_wriggle.score_current += SCORE_BULLET_VALUE * ( obj_wriggle.score_multiply ) * (obj_wriggle.hyper_tier + 1);