Add player_blue_thruster.png texture for blue ship animation - #37
Open
geraldHack wants to merge 1 commit into
Open
Add player_blue_thruster.png texture for blue ship animation#37geraldHack wants to merge 1 commit into
geraldHack wants to merge 1 commit into
Conversation
- Add player_blue_thruster.png (384x48, 8-frame spritesheet) to textures - Embed thruster texture Base64 data in EmbeddedTextures.TEXTURE_DATA - Remove TODO comment from DeltaBladeFactory.java Note: Only thruster texture added as bank/bowwave source files were unavailable. The thruster texture enables the idle ship display with Gerald's blue ship sprite.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Gerald's blue ship thruster texture to enable the
PlayerAnimationComponentto display the blue ship sprite.Changes
src/main/resources/assets/textures/player_blue_thruster.png(384x48, 8-frame spritesheet)EmbeddedTextures.TEXTURE_DATADeltaBladeFactory.javaTechnical Details
Note
Only the thruster texture was added in this PR, as the source files for bank and bowwave textures were unavailable. The thruster texture enables the idle ship display with Gerald's blue ship sprite.
Verification
mvn -q compilepasses successfully