Skip to content

Commit 77b0f52

Browse files
authored
Add list of added config variables to duckclient
1 parent 4ecc1bf commit 77b0f52

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

duckclient.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
width: 60%;
3030
padding-right: 16px;
3131
padding-left: 16px;
32-
min-height: calc(100vh - 40px);
32+
min-height: calc(100vh - 100px);
3333
border-radius: 20px;
3434
/*min-width: 600px;*/
3535
/*min-height: 100vh;*/
3636
/* height: auto !important; min-height hack
3737
height: 100%; - 150px min-height hack*/
38+
padding-bottom: 60px;
3839
}
3940
@media only screen and (max-width: 1000px) {
4041
.middle
@@ -56,12 +57,11 @@
5657
display: inline-flex;
5758
text-align: center;
5859
}
59-
.button_fancy_notclickable {
60+
.dark_background {
6061
background-color: rgba(0, 0, 0, 0.3);
6162
padding: 10px;
6263
border-radius: 20px;
63-
display: inline-flex;
64-
text-align: center;
64+
display: inline-flex;
6565
}
6666
.button_fancy:hover {
6767
background-color: rgba(255, 255, 255, 0.3);
@@ -85,7 +85,7 @@
8585
<center>
8686
<img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;">
8787
</center>
88-
The duck client! Based on the infclass client for ddnet/teeworlds! Made by Pointer! Has exciting features!<br>
88+
The duckclient! Based on the <a href="https://infclass.github.io/">infclass client</a> for <a href="https://ddnet.org/">ddnet</a>/<a href="https://teeworlds.com/">teeworlds</a>, made by Pointer! It aims to add some fancy particles and add back some old UI visuals, while having features of the infclass client too! Among some other things too, like adding more ducks!<br>
8989
<br>
9090
You may find the v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br>
9191
<br>
@@ -112,6 +112,18 @@
112112
<li>Self kill protection!</li>
113113
<li>Features of the infclass client!</li> <li>Ducks!</li>
114114
</ul>
115+
List of config options added by the duckclient:<br><br>
116+
<div class="dark_background">
117+
cl_extra_particles<br>
118+
cl_old_door_laser<br>
119+
cl_old_freeze_laser<br>
120+
cl_old_client_console<br>
121+
cl_blood_particles<br>
122+
cl_position_community_filter<br>
123+
cl_confirm_kill_time<br>
124+
cl_duck_filter<br>
125+
</div>
126+
<br>
115127
<!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. -->
116128
<!-- <div style="position: absolute; bottom: 45px;"> -->
117129

0 commit comments

Comments
 (0)