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

Change Background Images Across the Whole Game #97

Open
WilsonGoins opened this issue Sep 2, 2024 · 4 comments
Open

Change Background Images Across the Whole Game #97

WilsonGoins opened this issue Sep 2, 2024 · 4 comments
Assignees
Labels
Background Art Issue relating to background images good first issue Good for newcomers help wanted Extra attention is needed

Comments

@WilsonGoins
Copy link
Collaborator

Change Background Images Across the Whole Game

Description

Currently most of the backgrounds in BytesOfLove are AI generated. At the end of last Spring semester we chose to redo these backgrounds by using real life photos which were edited. We now need to go through the game and replace the old backgrounds with the new ones.

Objective

  • Replace background images.

Resources

  • For access to the new background images claim this issue, and send a message in the #bytes-of-love channel on Discord so we can give you access to the new images.

Collaboration

  • Feel free to discuss ideas and share progress through our Discord and this chat.

Expected Deliverables

  • New background images that replace the current ones throughout the game.

Additional Context

  • Any design updates should be reviewed and discussed with the team to ensure they fit the overall theme.
  • This is a great opportunity for contributors to showcase their design skills and contribute to an exciting project.

Severity: High
Priority: High

@WilsonGoins WilsonGoins added good first issue Good for newcomers help wanted Extra attention is needed Background Art Issue relating to background images labels Sep 2, 2024
@Michelleeyao
Copy link
Contributor

I would like to claim this issue for my intro to swe project!

@AntonCSalvador
Copy link
Contributor

Sure @Michelleeyao , thanks for contributing!

@nickv779
Copy link
Collaborator

Updating this issue @Michelleeyao , as of right now we notice some images in the Google Drive are not in the correct dimensions (1920 x 1080). A solution I found is to use a transformation and the At() function when defining the images. I looked through the documentation for image transformations and wrote out a potential solution to this problem. Moving forward, you can use the transformation for the smaller images so they fit the game resolution:

transform fit_image:
    fit "contain"

image test = At("insert image.jpg here", fit_image)

Feel free to add to the transformation or use other properties if you can come up with a more robust configuration.

@Lance-Tan
Copy link
Contributor

Ill work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Background Art Issue relating to background images good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants