diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
| commit | ff928393b5ac3d62a61592171de8ebd676a121e9 (patch) | |
| tree | 702566c685d6da0db4216f1ecdd25575a3788bdc /templates/api/throwshade.html | |
| parent | e99e29c5c6bf6ba12a478d2333a9d6f020592209 (diff) | |
Update
Diffstat (limited to 'templates/api/throwshade.html')
| -rw-r--r-- | templates/api/throwshade.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/templates/api/throwshade.html b/templates/api/throwshade.html index dcf7a9c..c67e2f6 100644 --- a/templates/api/throwshade.html +++ b/templates/api/throwshade.html @@ -29,11 +29,12 @@ CONFIG_SUBST </script> <script type="module" src="./main.js"></script> </head> - <body id="lcolonq-throwshade"> - <div id="teleia-parent" class="lcolonq-throwshade-canvas"></div> - <div id="lcolonq-throwshade-bottom"> - <div id="lcolonq-throwshade-bottom-left"> - <textarea id="lcolonq-throwshade-textarea"> + <body id="lcolonq-throwshade-body"> + <div id="lcolonq-throwshade"> + <div id="teleia-parent" class="lcolonq-throwshade-canvas"></div> + <div id="lcolonq-throwshade-bottom"> + <div id="lcolonq-throwshade-bottom-left"> + <textarea id="lcolonq-throwshade-textarea"> // how to: // the parameter "cs" is a screen coordinate - it ranges from (0, 0) in the top left // to (1.0, 1.0) in the bottom right @@ -43,13 +44,16 @@ CONFIG_SUBST // float chat_time - timestamp (in seconds since shader started) of last chat message vec4 shade(vec2 cs) { return vec4(0.0, 1.0, 0.0, 1.0); -} - </textarea> +}</textarea> </div> <div id="lcolonq-throwshade-bottom-right"> <img id="lcolonq-throwshade-button-test" src="./assets/test.gif"></img> <img id="lcolonq-throwshade-button-submit" src="./assets/upload.gif"></img> </div> </div> + </div> + <pre id="lcolonq-throwshade-current"> + hiiiiiiiii + </div> </body> </html> |
