Skip to content
View midgethetree's full-sized avatar
Block or Report

Block or report midgethetree

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
midgethetree/README.md

Hi, I'm Midge the Tree!

  • 🎮 I make visual novels and other video games

  • 🔭 I’m currently working on Dual Chroma

  • 🌱 I’m currently learning Unity

Connect with me:

itch.io twitter

Languages and Tools:

Ren'Py godot unity python csharp typescript javascript vscode linux

Support:

Buy Me a Coffee at ko-fi.com

Pinned Loading

  1. Scrollbutton code for the Ren'Py vis... Scrollbutton code for the Ren'Py visual novel engine.
    1
    """renpy
    2
    init offset = -2
    3
    4
    python early:
    5
    """
  2. Parallax code for the Ren'Py visual ... Parallax code for the Ren'Py visual novel engine.
    1
    python early:
    2
    
    
    3
        class ParallaxLayer(renpy.Displayable):
    4
    
    
    5
            def __init__(self, child, xmotion, ymotion, replaces=None, **kwargs):