tool: Light panel #9

Open
aniva wants to merge 7 commits from tool/lighting into main
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 3884d75f1c - Show all commits

View File

@ -52,3 +52,12 @@ class LightPanel(Model):
])
.rect(w0, self.grid_height, mode='s')
)
if __name__ == '__main__':
import sys
p = LightPanel()
if len(sys.argv) == 1:
p.build_all()
sys.exit(0)