Skip to content

Commit

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

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

if y > 720 instance_destroy()
}

0 comments on commit bd7890c

Please sign in to comment.