This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>아무하게 RPG - 보스 전투 모드</title> | |
| <style> | |
| /* 기본 스타일 설정 */ | |
| body{margin:0;overflow:hidden;background:#333;color:white;font-family:sans-serif;} | |
| canvas{display:block;background:#3cb371;} /* 초록 평지 배경 */ | |
| #ui{position:absolute;top:0;left:0;width:100%;pointer-events:none;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>아무하게 RPG - 보스 전투 모드</title> | |
| <style> | |
| /* 기본 스타일 설정 */ | |
| body{margin:0;overflow:hidden;background:#333;color:white;font-family:sans-serif;} | |
| canvas{display:block;background:#3cb371;} /* 초록 평지 배경 */ | |
| #ui{position:absolute;top:0;left:0;width:100%;pointer-events:none;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>아무하게 RPG - 보스 전투 모드</title> | |
| <style> | |
| /* 기본 스타일 설정 */ | |
| body{margin:0;overflow:hidden;background:#333;color:white;font-family:sans-serif;} | |
| canvas{display:block;background:#3cb371;} /* 초록 평지 배경 */ | |
| #ui{position:absolute;top:0;left:0;width:100%;pointer-events:none;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>아무하게 RPG - 보스 전투 모드</title> | |
| <style> | |
| body{margin:0;overflow:hidden;background:#333;color:white;font-family:sans-serif;} | |
| canvas{display:block;background:#3cb371;} | |
| #ui{position:absolute;top:0;left:0;width:100%;pointer-events:none;} | |
| #skill-bar button,#boss-buttons button{pointer-events:auto;margin:2px;} |