Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Update the Alpha notice #237

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions web/files/html/windows/motdwindow.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<div id="motdWindow" class="window" hidden>
<i class="fa-li fa fa-times close"></i>
<header>
<i class="fa-li fa fa-info-circle"></i>
Message
</header>
<div class="window-container">
<h1 class="text-red text-center"><i class="fa fa-exclamation-triangle"></i> Attention</h1>
<p>This 'game' is very much in pre-alpha, as such everything you see or collect is temporary. Keep in mind that commands may change without warning, and things will break.</p>
<p>Report bugs at the project's page on <a href="https://github.com/ChildrenOfUr/coUclient/issues" target="_blank">Github</a>, and send us suggestions by clicking the little <i class="fa fa-bug"></i> icon in the top right.</p>
<p>That being said, we want you to know that we care about you loads and hope you'll have fun in our little world.</p>
<p>&mdash; CoU Dev Team</p>
</div>
</div>
<i class="fa-li fa fa-times close"></i>
<header>
<i class="fa-li fa fa-info-circle"></i>
Message
</header>
<div class="window-container">
<h1 class="text-red text-center"><i class="fa fa-exclamation-triangle"></i> Attention</h1>
<p>This game is very much in a "pre-alpha" state.</p>
<p>That means everything you see, do, or collect may change without warning, and some things <em>will</em> be broken.</p>
<p>It <em>doesn't</em> mean that your progress or stuff will evaporate like last night's dream. When you come back, it should all still be here.</p>
<p>Please report bugs at the project's page on <a href="https://github.com/ChildrenOfUr/coUclient/issues" target="_blank">Github</a>, and send us suggestions by clicking the little <i class="fa fa-bug"></i> icon in the top right.</p>
<p>We want you to know that we care about you loads and hope you'll have fun in our little world.</p>
<p>&mdash; CoU Dev Team</p>
</div>
</div>
7 changes: 4 additions & 3 deletions web/files/html/windows/rockwindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="text-center">Magic Rock</h2>
<a class="rwc-button" id="open-quests">Quests</a>
<a class="rwc-button" id="open-achievements">Achievements</a>
</div>
<div class="flex-row">
<div class="flex-row">
<a class="rwc-button" id="rock-rescue" hidden>Rescue Me!</a>
</div>
</div>
Expand All @@ -34,8 +34,9 @@ <h2 class="text-center">Magic Rock</h2>
<div class="flex-row rwc-exit"><a class="rwc-button" data-goto="3">Will do.</a></div>
</div>
<div id="rwc-motd-3">
<p>This 'game' is very much in pre-alpha, as such everything you see or collect is temporary.</p>
<p>Keep in mind that commands may change without warning, and things will break.</p>
<p>This game is very much in a "pre-alpha" state.</p>
<p>That means everything you see, do, or collect may change without warning, and some things <em>will</em> be broken.</p>
<p>It <em>doesn't</em> mean that your progress or stuff will evaporate like last night's dream. When you come back, it should all still be here.</p>
<div class="flex-row rwc-exit"><a class="rwc-button" data-goto="4">Gotcha.</a></div>
</div>
<div id="rwc-motd-4">
Expand Down