|
29 | 29 | width: 60%; |
30 | 30 | padding-right: 16px; |
31 | 31 | padding-left: 16px; |
32 | | - min-height: calc(100vh - 100px); |
| 32 | + min-height: calc(100vh - 110px); |
33 | 33 | border-radius: 20px; |
34 | 34 | /*min-width: 600px;*/ |
35 | 35 | /*min-height: 100vh;*/ |
36 | 36 | /* height: auto !important; min-height hack |
37 | 37 | height: 100%; - 150px min-height hack*/ |
38 | | - padding-bottom: 60px; |
| 38 | + padding-bottom: 70px; |
39 | 39 | } |
40 | 40 | @media only screen and (max-width: 1000px) { |
41 | 41 | .middle |
|
63 | 63 | border-radius: 20px; |
64 | 64 | display: inline-flex; |
65 | 65 | } |
| 66 | + .dark_background_red { |
| 67 | + background-color: rgba(100, 0, 0, 0.3); |
| 68 | + padding: 10px; |
| 69 | + border-radius: 20px; |
| 70 | + display: inline-flex; |
| 71 | + } |
66 | 72 | .button_fancy:hover { |
67 | 73 | background-color: rgba(255, 255, 255, 0.3); |
68 | 74 | } |
|
85 | 91 | <center> |
86 | 92 | <img src="duckclient-title.png" alt="Duckclient" height="80" style="padding-top:5px;padding-bottom:5px;"> |
87 | 93 | </center> |
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> |
| 94 | + The duckclient! Based on ddnet 19.3 and 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> |
89 | 95 | <br> |
90 | | - You may find the v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br> |
| 96 | + You may find the (outdated!) v1 versions below. There is no MacOS build, but you should be able to build it yourself.<br> |
91 | 97 | <br> |
92 | 98 | <!-- <a class="button_fancy" href="./"> |
93 | 99 | <div class="button_width"> |
|
110 | 116 | <li>Several toggles for old versions of UI!</li> |
111 | 117 | <li>Extra particles!</li> |
112 | 118 | <li>Self kill protection!</li> |
113 | | - <li>Features of the infclass client!</li> <li>Ducks!</li> |
| 119 | + <li>Features of the infclass client!</li> |
| 120 | + <li>Ducks!</li> |
114 | 121 | </ul> |
115 | 122 | List of config options added by the duckclient:<br><br> |
116 | 123 | <div class="dark_background"> |
117 | | - cl_extra_particles<br> |
| 124 | + cl_old_client_console<br> |
118 | 125 | cl_old_door_laser<br> |
119 | 126 | cl_old_freeze_laser<br> |
120 | | - cl_old_client_console<br> |
| 127 | + cl_extra_particles<br> |
121 | 128 | cl_blood_particles<br> |
122 | 129 | cl_position_community_filter<br> |
123 | 130 | cl_confirm_kill_time<br> |
124 | 131 | cl_duck_filter<br> |
| 132 | + cl_weather_snow<br> |
| 133 | + cl_ui_width<br> |
| 134 | + cl_chat_input_background<br> |
| 135 | + </div><br><br> |
| 136 | + Features from the T-Client<br> |
| 137 | + <div class="dark_background"> |
| 138 | + tc_custom_communities_url<br> |
| 139 | + tc_hammer_rotates_with_cursor<br> |
| 140 | + </div><br><br> |
| 141 | + Features from ddnet 19.4 or later<br> |
| 142 | + <div class="dark_background"> |
| 143 | + Keyboard support for fonts<br> |
| 144 | + cl_chat_background_color<br> |
| 145 | + show favorite skins even when not loaded<br> |
| 146 | + interactive tee skin preview in skin settings<br> |
| 147 | + </div><br><br> |
| 148 | + Features missing<br> |
| 149 | + <div class="dark_background_red"> |
| 150 | + Infclass class menu visible in entities mode |
125 | 151 | </div> |
126 | | - <br> |
| 152 | + <br><br> |
127 | 153 | <!-- The infclass client based version (obviously) also includes various features useful for while playing the infclass gamemode. --> |
128 | 154 | <!-- <div style="position: absolute; bottom: 45px;"> --> |
129 | 155 |
|
|
0 commit comments