Skip to content

lunalucid/Magical-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Magical Template

FREE VERSION Creative Commons Attribution Non-Commercial

This is a fully coded GUI template for Ren'Py.

  • If you use this template as a base for your game or borrow any GUI elements or code, please give attribution to LunaLucid.
  • Please refer to further licensing information regarding additional assets inside the folder. If you keep any fonts, art, or music included in this package, please follow licensing requirements for each.
  • You may not redistribute or resell this template.

Animations/theme elements are located in theme_stuff.rpy

Menu Choices

Choice Menu
If you'd like to use images in your menu choices similar to the game's example, you can link the image inside the choice string:

image image_1 = "images/example_1.png"
image image_2 = "images/example_2.png"
menu:
    "Option 1{image=image_1}":
        # do something
    "Option 2{image=image_2}":
        # do something

Applying Existing Animations

You can place the animations for the menus in other areas as you build more of your game.

References:
  • twinkle - composite of random twinkling, rotating stars
  • vial - random color changing potion vial with bubbles and sparkles
  • vial_hover - vial with black potion and sparkles
  • empty_vial - an empty vial
  • star_choice - a single twinkling star used as a bullet point
  • floating_crystal_ball - crystal ball that goes up and down
  • ball_shadow_animation - oval shadow shape that grows and shrinks to match the floating crystal ball
In screens
add "twinkle"
In dialogue
show twinkle

About

Fully coded & animated Ren'Py GUI template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages