updated tutorial

This commit is contained in:
Kyle
2021-08-12 13:10:17 -07:00
parent 23328cbbd7
commit fc2acb1bf7
2 changed files with 8 additions and 5 deletions

View File

@@ -201,7 +201,7 @@ include('../globalHTML/header-1.php');
<h5>{fontsize#}</h5><h5>Changes the font size by # pixels (relative - use negative integers to shrink text - ie '{fontsize-12}')</h5> <h5>{fontsize#}</h5><h5>Changes the font size by # pixels (relative - use negative integers to shrink text - ie '{fontsize-12}')</h5>
<h5>{fontcolor___}</h5><h5>Changes the font color to ___ (ie '{fontcolor#00FF00}')</h5> <h5>{fontcolor___}</h5><h5>Changes the font color to ___ (ie '{fontcolor#00FF00}')</h5>
<h5>{left}</h5><h5>Aligns text to the left</h5> <h5>{left}</h5><h5>Aligns text to the left</h5>
<h5>{center{</h5><h5>Aligns text to the center</h5> <h5>{center}</h5><h5>Aligns text to the center</h5>
<h5>{right}</h5><h5>Aligns text to the right</h5> <h5>{right}</h5><h5>Aligns text to the right</h5>
<h5>{permashift#,$}</h5><h5>Moves the text # pixels right and $ pixels down. Recommended for moving the text over large distances</h5> <h5>{permashift#,$}</h5><h5>Moves the text # pixels right and $ pixels down. Recommended for moving the text over large distances</h5>
<h5>{up#}</h5><h5>Moves the text # pixels up</h5> <h5>{up#}</h5><h5>Moves the text # pixels up</h5>
@@ -510,11 +510,14 @@ include('../globalHTML/header-1.php');
</div> </div>
</div> </div>
<div id='creator-menu-tutorial' class='hidden'> <div id='creator-menu-tutorial' class='hidden'>
<div class='padding readable-background margin-bottom'> <!-- <div class='padding readable-background margin-bottom'>
<h5 class='padding input-description'>This video is currently outdated, but still reflects the general process for making cards</h5> <h5 class='padding input-description'>This video is currently outdated, but still reflects the general process for making cards</h5>
</div> </div> -->
<div class='padding readable-background margin-bottom'> <!-- <div class='padding readable-background margin-bottom'>
<h5 class='padding input-description'>The biggest difference is that you must click the "Load Frame Version" button after selecting your frame pack to load necessary details, such as text placement.</h5> <h5 class='padding input-description'>The biggest difference is that you must click the "Load Frame Version" button after selecting your frame pack to load necessary details, such as text placement.</h5>
</div> -->
<div class='padding readable-background margin-bottom'>
<h5 class='padding input-description'>Here is a tutorial that covers the basics of using Card Conjurer:</h5>
</div> </div>
<div class='video'> <div class='video'>
<iframe width="560" height="315" frameborder="0" allow="encrypted-media" allowfullscreen></iframe> <iframe width="560" height="315" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>

View File

@@ -1802,7 +1802,7 @@ function uploadSavedCards(event) {
function loadTutorialVideo() { function loadTutorialVideo() {
var video = document.querySelector('.video > iframe'); var video = document.querySelector('.video > iframe');
if (video.src == '') { if (video.src == '') {
video.src = 'https://www.youtube-nocookie.com/embed/UrNk6I55S0Q?rel=0'; video.src = 'https://www.youtube-nocookie.com/embed/e4tnOiub41g?rel=0';
} }
} }
// GUIDELINES // GUIDELINES