Skip to content

Commit

Permalink
2023_05_02
Browse files Browse the repository at this point in the history
optimizing
  • Loading branch information
ABER1047 committed May 1, 2023
1 parent 0f336fd commit 649443c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions objects/hitbox_14/Other_0.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// @description Insert description here
// You can write your code in this editor
instance_destroy()
1 change: 1 addition & 0 deletions objects/hitbox_14/hitbox_14.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions objects/hitbox_15/Other_0.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/// @description Insert description here
// You can write your code in this editor

if my_id = 0
{
for(var i = 1; i < body_num; i++)
{
var target = id_num[i];
instance_destroy(target)
}

instance_destroy()
}
1 change: 1 addition & 0 deletions objects/hitbox_15/hitbox_15.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 649443c

Please sign in to comment.