Skip to content

Fix missing star texture in Target eval - #631

Open
Battleplus wants to merge 1 commit into
PufferAI:4.0from
Battleplus:fix/target-star-texture-path
Open

Fix missing star texture in Target eval#631
Battleplus wants to merge 1 commit into
PufferAI:4.0from
Battleplus:fix/target-star-texture-path

Conversation

@Battleplus

Copy link
Copy Markdown

Summary

  • point the Target renderer at the existing resources/onlyfish/star.png texture
  • remove the missing-texture warning and restore visible goal markers during evaluation

Fixes #602.

Validation

  • Confirmed every LoadTexture path in ocean/target/target.h resolves to an existing file.
  • Decoded resources/onlyfish/star.png successfully as a 128x128 PNG.
  • Compiled the standalone Target environment against the bundled raylib 5.5 library on Ubuntu 24.04 (WSL) using GCC.
  • git diff --check passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Star texture is missing from target ocean eval

1 participant