1
0

Add config and setup script for pixelserver2 conformity

This commit is contained in:
m
2019-01-01 16:44:59 +01:00
parent 2621b90ed2
commit 67e235958f
5 changed files with 15 additions and 1 deletions

5
pixelthudconf.py Normal file
View File

@@ -0,0 +1,5 @@
Apps = [
# pixelthud
{"guiname": "Fading Pixels", "name": "fadingpxls", "cmd": "apps/fading_pixels.py", "persistent": False},
{"guiname": "Plane Wave", "name": "planewave", "cmd": "apps/plane_wave.py", "persistent": False},
]