Water physics
A downloadable game
Download NowName your own price
water_move_position(x,speed_) Function
x = speed of water.
speed_ = position of water on the x-axis.
Example usage
if (mouse_check_button_pressed(mb_left)) {
water_move_position(mouse_x,15);
}
Download
Download NowName your own price
Click download now to get access to the following files:
water.yyz 30 kB
Leave a comment
Log in with itch.io to leave a comment.