Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HTV04

3
Posts
1
Topics
24
Followers
A member registered Jun 09, 2020 · View creator page →

Creator of

Recent community posts

(1 edit)

Hi, I'm having trouble getting my game to work when played in-browser: https://htv04.itch.io/funkin-rewritten


It uses love.js, which requires these HTTP headers that Google enforced a few months back for Chrome (the game gives a SharedArrayBuffer error otherwise):

Cross-Origin-Opener-Policy: same-origin

Cross-Origin-Embedder-Policy: require-corp


Could these headers be enabled for my game? As far as I know, it's the only thing that's preventing it from starting.

Installation instructions can be found here: https://github.com/HTV04/funkin-rewritten/releases/tag/v1.0.0