Monogatari Documentation
HomepageGitHubDiscordTwitter
v1.3.0
v1.3.0
  • Getting Started
  • Configuration
    • Internationalization
    • Saving
    • Skip Main Menu
  • Design
    • CSS Classes
    • HTML Data Attributes
    • Icons
    • Image Menus
  • Port
    • Ren'py
  • Release
    • Chrome App
    • Desktop
    • Mobile
    • Web
  • Script
    • Audio
    • Characters
    • Choices
    • Images
    • Input
    • JavaScript
    • Labels
    • Messages
    • Notifications
    • Particles
    • Scenes
    • Split Files
    • Storage
    • Text
    • Vibration
    • Video
Powered by GitBook
On this page

Was this helpful?

  1. Design

Image Menus

PreviousIconsNextRen'py

Last updated 6 years ago

Was this helpful?

Many use Image Menus for their interfaces, however, I really discourage this in Monogatari. It's fairly easy to do it as you can see in however using image maps is not good for the responsiveness and since we want everyone to be able to enjoy our game, I really encourage you to do everything using HTML and CSS. Sure, the buttons, headers, texts etc. can have background images, but try to avoid using them as the main interface.

this tutorial