Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ABER1047 committed Mar 21, 2023
1 parent 2ec91d1 commit 137c3f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timelines/winter_spring_timeline/moment_2340.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
for(var i = -8; i <= 8; i++)
{
create_laser(room_width*0.5+i*64,global.c_y,60+abs(i)*5,20,4,2,2,180)
}
1 change: 1 addition & 0 deletions timelines/winter_spring_timeline/winter_spring_timeline.yy

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

0 comments on commit 137c3f2

Please sign in to comment.