-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevlog.html
More file actions
91 lines (89 loc) · 3.1 KB
/
devlog.html
File metadata and controls
91 lines (89 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colorful Life</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body style="background-color:black;">
<div class="TitleContainer">
<button class="TitleButton" onclick="location.href='index.html'"><h1>Colorful Life</h1></button>
</div>
<div class="TopButtonContainer">
<div class="DownloadButton">
<button onclick="location.href='info.html'">Info</button>
<button onclick="location.href='download.html'">Download</button>
<button onclick="location.href='devlog.html'">DevLog</button>
<button onclick="location.href='privacy_policy.html'">Privacy Policy</button>
</div>
</div>
<div>
<br>
<h1>
<strong>
DevLog
</strong>
</h1>
<h2>
<b>- Update 5.3 (2022/02/23) -</b>
<h3>
<p>저장/불러오기 시스템이 더욱 견고해졌습니다.</p>
<p>업그레이드를 할 수 있을때 업그레이드 버튼의 색상이 변합니다.</p>
<p>이제 플레이어가 업그레이드를 할 수 있는지 한눈에 알 수 있겠군요!</p>
</h3>
</h2>
<h2>
<b>- Update 5.2 (2022/02/22) -</b>
<h3>
<p>게임 로고가 추가되었습니다.</p>
</h3>
</h2>
<h2>
<b>- Update 5.1 (2022/02/22) -</b>
<h3>
<p>저장/불러오기 시스템이 수정되었습니다.</p>
</h3>
</h2>
<h2>
<b>- Update 5 (2022/02/20) -</b>
<h3>
<p>저장/불러오기 시스템이 변경되었습니다.</p>
<p>이젠 더이상 업데이트로 돈이 없어지는 일은 없겠습니다!</p>
</h3>
</h2>
<h2>
<b>- Update 4 (2022/02/19) -</b>
<h3>
<p>게임 종료 애니메이션이 추가되었습니다.</p>
</h3>
</h2>
<h2>
<b>- Update 3.1 (2022/02/18) -</b>
<h3>
<p>업그레이드 버튼 이미지가 변경되었습니다.</p>
</h3>
</h2>
<h2>
<b>- Update 3 (2022/02/18) -</b>
<h3>
<p>시작 애니메이션이 추가되었습니다. 이제 좀 역동적이겠군요!</p>
</h3>
</h2>
<h2>
<b>- Update 2 (2022/02/18) -</b>
<h3>
<p>플레이어가 번 돈이 드디어 저장됩니다.</p>
<p>돈을 벌었으면 써야겠죠? 업그레이드에 쓰시면 되겠습니다!</p>
<p>게임의 메인화면이 추가되었습니다.</p>
</h3>
</h2>
<h2>
<b>- Update 1 (2022/02/14) -</b>
<h3>
Colorful Life의 핵심인 방이 추가되었습니다.
</h3>
</h2>
</div>
</body>
</html>