1
0

fix nasa link

This commit is contained in:
2026-03-07 04:22:18 +09:00
parent 41d06e7ad1
commit 78c5811f38

View File

@@ -10,7 +10,7 @@ const ACTION_SEQUENCE = ['attack', 'skill', 'jump', 'fly_dodge', 'damage'];
const TELEPORT_ANIM = 'fly_dodge'; const TELEPORT_ANIM = 'fly_dodge';
const AUTO_INTERVAL_MIN = 15000; const AUTO_INTERVAL_MIN = 15000;
const AUTO_INTERVAL_MAX = 40000; 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() { export default function App() {
const [animState, setAnimState] = useState({ name: 'fly_idle', count: 0 }); const [animState, setAnimState] = useState({ name: 'fly_idle', count: 0 });