Skip to content
View midgethetree's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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.iotwitter

Languages and Tools:

Ren'Pygodotunitypythoncsharptypescriptjavascriptvscodelinux

Support:

Buy Me a Coffee at ko-fi.com

Pinned Loading

  1. sims2-toolssims2-toolsPublic

    Tools for viewing The Sims 2 package files

    Python 1

  2. libbyapp-electronlibbyapp-electronPublic

    Libby desktop application

    JavaScript 2

  3. Parallax code for the Ren'Py visual ...Parallax code for the Ren'Py visual novel engine.
    1
    python early:
    2
    3
    classParallaxLayer(renpy.Displayable):
    4
    5
    def__init__(self, child, xmotion, ymotion, replaces=None, **kwargs):
  4. 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
    """