-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minecraft title generator new texture exports + new plugin about
- Loading branch information
1 parent
da8922e
commit f44b38b
Showing
4 changed files
with
225 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<img style="width:100%;height:128px;object-fit:contain;margin:-10px 0 30px" src="https://ewanhowell.com/assets/images/plugins/minecraft-title-generator/logo.webp" /><br> | ||
This plugin adds a new format that allows you to create Minecraft-styled title models that you can render in high quality. | ||
## Getting started | ||
To use this plugin, start by creating a new **Minecraft Title** project from the start screen, or go to **File > New > Minecraft Title**. You can then use the pop-up dialog to add some text to the project. Don't forget to set the text type! You can add more text by using the **Add Text** button <i class="icon material-icons" style="translate:0 5px">text_fields</i> in the outliner. | ||
<br><br> | ||
Once you are done configuring your text, you can go to the **Render** tab at the top right to produce a high-quality render of your title. The **Position Camera** button <i class="icon material-icons" style="translate:0 5px">auto_mode</i> will set the camera angle for you. | ||
<style> | ||
#about { | ||
display: none; | ||
} | ||
.about.markdown { | ||
height: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
.about-markdown-links > a { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
gap: 5px; | ||
padding: 5px; | ||
text-decoration: none; | ||
flex-grow: 1; | ||
flex-basis: 0; | ||
color: var(--color-subtle_text); | ||
text-align: center; | ||
} | ||
.about-markdown-links > a:hover { | ||
background-color: var(--color-accent); | ||
color: var(--color-light); | ||
} | ||
.about-markdown-links > a > i { | ||
font-size: 32px; | ||
width: 100%; | ||
max-width: initial; | ||
height: 32px; | ||
text-align: center; | ||
} | ||
.about-markdown-links > a:hover > i { | ||
color: var(--color-light) !important; | ||
} | ||
.about-markdown-links > a > p { | ||
flex: 1; | ||
display: flex; | ||
align-items: center; | ||
margin: 0; | ||
} | ||
</style> | ||
<div style="flex:1"></div> | ||
<div class="about-markdown-links" style="display:flex;justify-content:space-around;margin:20px 20px 0"> | ||
<a href="https://ewanhowell.com/"> | ||
<i class="material-icons icon" style="color:rgb(51, 227, 142)">language</i> | ||
<p>By Ewan Howell</p> | ||
</a> | ||
<a href="https://discord.ewanhowell.com/"> | ||
<i class="fa_big icon fab fa-discord" style="color:rgb(114, 127, 255)"></i> | ||
<p>Discord Server</p> | ||
</a> | ||
<a href="https://github.com/ewanhowell5195/MinecraftTitleGenerator/"> | ||
<i class="fa_big icon fab fa-github" style="color:rgb(110, 64, 201)"></i> | ||
<p>Submit Textures and Fonts</p> | ||
</a> | ||
<a href="https://youtu.be/iGaufrACVj4"> | ||
<i class="fa_big icon fab fa-youtube" style="color:rgb(255, 68, 68)"></i> | ||
<p>Tutorial</p> | ||
</a> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.