Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Flip UI image #6292

Closed
wants to merge 11 commits into from

Commits on Oct 18, 2022

  1. # Allow for flippable UI Images bevyengine#3225

        Adds the ImageFlip component.
        Adds an ImageFlip field called flip to UiImageBundle.
        Adds flip_x and flip_y fields to ExtractedUiNode.
        Changes extract_uinodes to extract the ImageFlip component values.
        Changes prepare_uinodes to swap the UV coords depending on the values of the ExtractedUiNode's flip_x and flip_y fields.
    ickshonpe committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2e6f96f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572a471 View commit details
    Browse the repository at this point in the history
  3. register_type FlipImage

    ickshonpe committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    146a481 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    c7f569a View commit details
    Browse the repository at this point in the history
  2. Removed ImageFlip. Changed UiImage to a regular struct with texture, …

    …flip_x and flip_y fields
    ickshonpe committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    599abce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5eefe View commit details
    Browse the repository at this point in the history
  4. removed FlipImage parameter from extract_ui_nodes, changed UiImage de…

    …refs to use the texture field instead, fixed game_menu example to work with changed UiImage struct
    ickshonpe committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3db513c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    af06502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b38dcd View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    ickshonpe committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    010cb58 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    750e370 View commit details
    Browse the repository at this point in the history