diff --git a/src/App.jsx b/src/App.jsx index 2970a5e..5434e37 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,7 +10,7 @@ const ACTION_SEQUENCE = ['attack', 'skill', 'jump', 'fly_dodge', 'damage']; const TELEPORT_ANIM = 'fly_dodge'; const AUTO_INTERVAL_MIN = 15000; const AUTO_INTERVAL_MAX = 40000; -const NASA_URL = 'https://eyes.nasa.gov/apps/solar-system/#/earth?featured=false&detailPanel=false&logo=false&search=false&shareButton=false&menu=false&collapseSettingsOptions=true&hideFullScreenToggle=true&locked=true&hideExternalLinks=true&lighting=flood'; +const NASA_URL = 'https://eyes.nasa.gov/apps/solar-system/#/earth?featured=false&detailPanel=false&logo=false&search=false&shareButton=false&menu=false&collapseSettingsOptions=true&hideFullScreenToggle=true'; export default function App() { const [animState, setAnimState] = useState({ name: 'fly_idle', count: 0 });