Skip to content

Instantly share code, notes, and snippets.

@AFMac
AFMac / v0.1
Created July 13, 2014 07:04
Custom view drawing
# coding: utf-8
import ui
from console import hud_alert
import ui
class MyView (ui.View):
def __init__(self):
# This will also be called without arguments when the view is loaded from a UI file.