Skip to content

Commit

Permalink
minecraft title generator new texture exports + new plugin about
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanhowell5195 committed Aug 1, 2023
1 parent da8922e commit f44b38b
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 93 deletions.
10 changes: 5 additions & 5 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,14 @@
},
"minecraft_title_generator": {
"title": "Minecraft Title Generator",
"icon": "text_fields",
"icon": "icon.png",
"author": "Ewan Howell",
"description": "Create Minecraft-styled title models!",
"about": "This plugin adds a new format that allows you to create Minecraft-styled title models that you can render in high quality.",
"tags": ["Minecraft", "Title", "Logo"],
"version": "1.1.1",
"min_version": "4.7.2",
"variant": "both"
"version": "1.2.0",
"min_version": "4.8.0",
"variant": "both",
"creation_date": "2023-06-10"
},
"threecore_exporter": {
"title": "ThreeCore Exporter",
Expand Down
67 changes: 67 additions & 0 deletions plugins/minecraft_title_generator/about.md
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>
Binary file added plugins/minecraft_title_generator/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f44b38b

Please sign in to comment.