Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocean/target/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void c_render(Target* env) {
SetTargetFPS(60);
env->client = (Client*)calloc(1, sizeof(Client));
env->client->puffer = LoadTexture("resources/shared/puffers_128.png");
env->client->star = LoadTexture("resources/shared/star.png");
env->client->star = LoadTexture("resources/onlyfish/star.png");
}

// Standard across our envs so exiting is always the same
Expand Down