Hey all, I have a strange situation, most likely something I’m doing wrong but I am stumped. I’ve been using my laptop to develop my Pulp game, and recently got my old desktop set up so thought I’d continue on there. However not matter what browser I use (DDG, Chrome, Edge), my game freezes immediately on the desktop. With the same code on my laptop it runs fine. Confounded. Here’s the Start script:
on load do
gameStarted = 0
wait 1 then
menu at 4,3,14,4 then
option "Play" then
goto 12,11 in "kitchen"
emit "gamestart"
end
option "Tutorial" then
end
option "High Score" then
end
end
end
end
It’s simple as pie but on the desktop nothing loads after the room tiles. Wondering if there’s some strange computational incompatibility in my hardware LOL.