Mercurial > code > home > repos > light9
view flax/UI.py @ 1701:c8779022f557
pixijs testing
Ignore-this: 9c5c72e08723cd5a6b7de18fd482054b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 27 Apr 2018 08:08:59 +0000 |
parents | 45b12307c695 |
children |
line wrap: on
line source
# Abstract UI widgets class UI(Something): pass class Scale(UI): def __init__(self, start, stop, res=0.001): pass """ unfinished class Button(UI): def __init__(self, etc) """