Skip to content

Commit

Permalink
crappy segment wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMCoded committed Feb 26, 2022
1 parent 6c71d5c commit 669f1e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/obj_seg/Step_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ if type=6 {
y+=5+(global.level/20)
}

x+=random_range(-(global.level/20), (global.level/20))

if y > 720 instance_destroy()
}

0 comments on commit 669f1e1

Please sign in to comment.