2025/04/05 3

내가 쓰는 유용한 CUROR 단축키 3개

제가 쓰는 유용한 커서 단축키 입니다.3가지 밖에 없습니다. 일단 커서의 공식 단축키 문서링크: https://docs.cursor.com/kbd Cursor – Keyboard ShortcutsA high level overview of the keyboard shortcuts and keybindings in Cursor. You can see all keyboard shortcuts by pressing Cmd + R then Cmd + S. To learn more about Keyboard Shortcuts in Cursor, check out the Key Bindings for VS Code as it serves as a gooddocs.cursor.com  CTRL + L코드 치다가 오른..

Add Force 1 - v36 업데이트 요약 / 110일차

플레이 영상 1분 30초영상: https://www.youtube.com/watch?v=IQ67qdBKVKU     스킬 - 폭발 범위 증가폭발 - 총알을 명중시켰을 경우 폭발이 일어나 범위공격이 일어납니다.화면에 폭발 범위가 제대로 표시가 되지 않아서 확실하게 보이는 원형 이팩트를 추가했습니다.영상: https://www.youtube.com/watch?v=IQ67qdBKVKU     애드몹 광고가 추가되었습니다.게임오버되면 광고를 보고 이어할 수 있습니다.영상: https://www.youtube.com/watch?v=QUbZIcolPDc&feature=youtu.be  총평플레이가 지루합니다.스킬 효과와 화면의 표시부분의 개선이 필요합니다.영상: https://www.youtube.com/watch..

vue + motion-v 사용으로 웹 애니메이션 구현

영상: https://www.youtube.com/watch?v=wvINSME-FMs작은 용량으로 좀더 웹페이지를 블링 블링 하게 만들 수 있습니다.좋은 라이브러리 같습니다. 개발문서: https://motion.dev/docs/vue Get started with Motion for Vue | Motion for VueGet started with Motion for Vue with our installation guide and interactive examples.motion.dev문서에는 NUXT 를 언급하는데 그런거 필요없고 import {motion} from "motion-v"랑              :while-hover="{ scale: 2.0 }"         :while-press..