Add project code
This commit is contained in:
7
objects/o_shards/Create_0.gml
Normal file
7
objects/o_shards/Create_0.gml
Normal file
@@ -0,0 +1,7 @@
|
||||
// Inherit the parent event
|
||||
event_inherited();
|
||||
|
||||
damage = 20;
|
||||
bullet_spd = 6;
|
||||
max_distance = 400;
|
||||
s_destroy = s_shards_destroy;
|
||||
Reference in New Issue
Block a user