docs -> chatgpt
This commit is contained in:
parent
ff83f1e5f2
commit
5cf909b867
12
index.html
12
index.html
@ -23,7 +23,14 @@
|
|||||||
href="docs/index.html"
|
href="docs/index.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<button>🤓 Docs</button>
|
<button class="icon-button">
|
||||||
|
<img
|
||||||
|
src="https://chatgpt.com/favicon.ico"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
>
|
||||||
|
ChatGPT
|
||||||
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="dropdown-wrapper">
|
<div class="dropdown-wrapper">
|
||||||
@ -113,7 +120,8 @@ function loop(deltaT) {
|
|||||||
|
|
||||||
lib.startGameLoop(loop);
|
lib.startGameLoop(loop);
|
||||||
|
|
||||||
</pre>
|
</pre
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user