Difference between revisions of "Template:VisuMZ Main Menu Core Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Portrait-Related Notetags)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
 
<pre>
 
<pre>
<Menu Image: filename>
 
 
<Menu Portrait: filename>
 
<Menu Portrait: filename>
  
 
- Used for: Actor
 
- Used for: Actor
 +
- This is used with the "Portrait" style Main Menu List.
 
- Sets the menu image for the actor to 'filename'.
 
- Sets the menu image for the actor to 'filename'.
 
- Replace 'filename' with a picture found within your game project's
 
- Replace 'filename' with a picture found within your game project's
 
   img/pictures/ folder. Filenames are case sensitive. Leave out the filename
 
   img/pictures/ folder. Filenames are case sensitive. Leave out the filename
 
   extension from the notetag.
 
   extension from the notetag.
 +
</pre>
 +
 +
---
 +
 +
<pre>
 +
<Menu Portrait Offset: +x, +y>
 +
<Menu Portrait Offset: -x, -y>
 +
 +
<Menu Portrait Offset X: +x>
 +
<Menu Portrait Offset X: -x>
 +
 +
<Menu Portrait Offset Y: +y>
 +
<Menu Portrait Offset Y: -y>
 +
 +
- Used for: Actor
 +
- This is used with the "Portrait" style Main Menu List.
 +
- Offsets the X and Y coordinates for the menu image.
 +
- Replace 'x' with a number value that offsets the x coordinate.
 +
- Negative x values offset left. Positive x values offset right.
 +
- Replace 'y' with a number value that offsets the y coordinate.
 +
- Negative y values offset up. Positive x values offset down.
 +
- This only applies to the Main Menu portraits.
 
</pre>
 
</pre>
  
 
---
 
---

Latest revision as of 15:42, 31 December 2020


The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Portrait-Related Notetags

MainMenuCorePortrait.png

<Menu Portrait: filename>

- Used for: Actor
- This is used with the "Portrait" style Main Menu List.
- Sets the menu image for the actor to 'filename'.
- Replace 'filename' with a picture found within your game project's
  img/pictures/ folder. Filenames are case sensitive. Leave out the filename
  extension from the notetag.

---

<Menu Portrait Offset: +x, +y>
<Menu Portrait Offset: -x, -y>

<Menu Portrait Offset X: +x>
<Menu Portrait Offset X: -x>

<Menu Portrait Offset Y: +y>
<Menu Portrait Offset Y: -y>

- Used for: Actor
- This is used with the "Portrait" style Main Menu List.
- Offsets the X and Y coordinates for the menu image.
- Replace 'x' with a number value that offsets the x coordinate.
- Negative x values offset left. Positive x values offset right.
- Replace 'y' with a number value that offsets the y coordinate.
- Negative y values offset up. Positive x values offset down.
- This only applies to the Main Menu portraits.

---