Redesign small battery textures with sci-fi hex armor theme#46
Merged
Redesign small battery textures with sci-fi hex armor theme#46
Conversation
Add texture_lib.py with shared drawing utilities (hex grids, glow effects, color blending, seam drawing) and a new procedural generator for the small battery. Textures feature dark matte hex armor panels with a circular gauge on top that fills with charge color. Add new 75% charge state (high) with yellow gauge. Update CraftEngine config with the new state and texture refs. Add /new-texture skill for generating textures in this style for any block.
Add BLOCK_ID_HIGH for the 75% charge level with 5-tier visual states: empty (0), low (1-12), medium (13-25), high (26-37), full (38-50). Update texture generator and tests to match the new thresholds.
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
scripts/texture_lib.pywith shared texture generation utilities (hex grids, glow effects, color blending, beveled borders, seam drawing)scripts/generate_small_battery_textures.pyto procedurally generate all battery textures at 1024x1024small_battery_high) with yellow indicator between medium and full/new-textureskill for generating textures in this style for any block