사용자:Cheongseong9473/플러그인/CLOCK: 두 판 사이의 차이
< 사용자:Cheongseong9473 | 플러그인
백괴게임>Cheongseong9473 (새로운플러그인생성) |
백괴게임>Manymaster 편집 요약 없음 |
||
18번째 줄: | 18번째 줄: | ||
ctx.fillRect(0, 0, 500, 500); | ctx.fillRect(0, 0, 500, 500); | ||
ctx.fillstyle = "blue"; | ctx.fillstyle = "blue"; | ||
ctx.fillText(new Time().toLocaleString; | ctx.fillText(new Time().toLocaleString); | ||
// 여기까지 코드 입력 // | // 여기까지 코드 입력 // | ||
</syntaxhighlight> | </syntaxhighlight> |
2018년 10월 31일 (수) 22:39 기준 최신판
이 플러그인에 대한 설명문서는 사용자:Cheongseong9473/플러그인/CLOCK/설명문서에서 만들 수 있습니다.
// 이부분에 코드 입력 // ctx.fillStyle = "yellow"; ctx.fillRect(0, 0, 500, 500); ctx.fillstyle = "blue"; ctx.fillText(new Time().toLocaleString); // 여기까지 코드 입력 //