diff --git a/kittyurl-frontend/src/components/FlappyCat.tsx b/kittyurl-frontend/src/components/FlappyCat.tsx index bc1a457..bf2851c 100644 --- a/kittyurl-frontend/src/components/FlappyCat.tsx +++ b/kittyurl-frontend/src/components/FlappyCat.tsx @@ -218,7 +218,9 @@ export const FlappyCat: React.FC<{ onBack: () => void }> = ({ onBack }) => { )} -

Physics: {lastTimeRef.current ? "Frame-Independent" : "Detecting..."}

+

+ Physics: {isPlaying ? "Frame-Independent" : "Ready"} +

); }; \ No newline at end of file