BeeStation-Hornet icon indicating copy to clipboard operation
BeeStation-Hornet copied to clipboard

Splash text is added to the actual splash screen now

Open etherware-novice opened this issue 2 years ago • 5 comments

About The Pull Request

I updated my splash text module to also add the text to the title screen itself, close to the beestation text. (this is defined per-splash, default is 0,0)

Why It's Good For The Game

it looks cool and minecraft esque, little bitta comedy

Testing Photographs and Procedure

Screenshots&Videos

image

Changelog

:cl: add: splash text is now added to the title /:cl:

etherware-novice avatar Sep 08 '22 02:09 etherware-novice

This is an issue that can occur. You might want to consider the line length into the offset. image

DrDuckedGoose avatar Sep 08 '22 04:09 DrDuckedGoose

ooo yea..do you think doing x -= length(splash) would fix that?

etherware-novice avatar Sep 08 '22 04:09 etherware-novice

ooo yea..do you think doing x -= length(splash) would fix that?

maybe pixel_x -= 10*length(splash) since each letter is bigger than 1 pixel. You can find the exact width of the font and substitute that for 10.

DrDuckedGoose avatar Sep 08 '22 04:09 DrDuckedGoose

Should be slightly tiled and animated. Would be super nice if we could have a countdown, goon-style

PowerfulBacon avatar Sep 08 '22 18:09 PowerfulBacon

This pull request has conflicts, please resolve those before we can evaluate the pull request.

github-actions[bot] avatar Sep 30 '22 09:09 github-actions[bot]