Skip to content

Commit

Permalink
Kirilllive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Jan 9, 2022
1 parent 5bc6b31 commit 9d26561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<table class="buttons_panel">
<tbody>
<tr><td class="buttons"><a href="tuesday_visual.html" target='_blank'><table style="width:100%;height:40px;"><tbody><tr><td class='icon_m icon_play'></td><td style='font-size: 16px; color:#fff;'>On-line editor</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.90.0/TuesdayJS_Beta_0.90_web_recommend.zip" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_web'></td><td style='font-size: 16px; color:#fff;'>Browser</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.90.0/TuesdayJS_Beta_0.90_android.apk" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_android'></td><td style='font-size: 16px; color:#fff;'>Android</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.90.0/TuesdayJS_Beta_0.90_mac.dmg" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_mac'></td><td style='font-size: 16px; color:#fff;'>macOS</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.90.0/TuesdayJS_Beta_0.90_win.zip" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_win'></td><td style='font-size: 16px; color:#fff;'>Windows</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.92.0/TuesdayJS_Beta_0.92_web_recommend.zip" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_web'></td><td style='font-size: 16px; color:#fff;'>Browser</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.92.0/TuesdayJS_Beta_0.92_android.apk" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_android'></td><td style='font-size: 16px; color:#fff;'>Android</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.92.0/TuesdayJS_Beta_0.92_mac.dmg" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_mac'></td><td style='font-size: 16px; color:#fff;'>macOS</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js/releases/download/0.92.0/TuesdayJS_Beta_0.92_win.zip" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_win'></td><td style='font-size: 16px; color:#fff;'>Windows</td></tr></tbody></table></a></td></tr>
<tr><td class="buttons"><a href="https://github.com/Kirilllive/tuesday-js" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_github'></td><td style='font-size: 16px; color:#fff;'>GitHub</td></tr></tbody></table></a></td></tr>
<!--<tr><td class="buttons"><a href="tutorial.html"><table style="width:100%;height:40px;"><tbody><tr><td width="12px"></td><td style='font-size: 16px; color:#fff;'>Tutorial</td></tr></tbody></table></a></td></tr>-->
<tr><td class="buttons" style="background-color:rgba(255,66,77,0.75);"><a href="https://www.patreon.com/kirill_live" target='_blank'><table style="width:100%;"><tbody><tr><td class='icon_m icon_patreon'></td><td style='font-size: 16px; color:#fff;'>Patreon</td></tr></tbody></table></a></td></tr>
Expand Down
1 change: 0 additions & 1 deletion tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@
r.style.setProperty('--ft', color_ui[t][7]);
r.style.setProperty('--tx', color_ui[t][8]);
if(story_script.blocks){block_colors();}

}
function block_colors(){
for(var i=0;i<Object.keys(story_script.blocks).length;i++){
Expand Down

0 comments on commit 9d26561

Please sign in to comment.