mjocean / PyProcGameHD-SkeletonGame

The current HD VGA Fork of PyProcGame (w/ HW Accel) + SkeletonGame to accelerate new game development
http://pinballprogramming.com
MIT License
14 stars 8 forks source link

Need to add option in the config.yaml to run without a display connected #19

Open scottdanesi opened 5 years ago

scottdanesi commented 5 years ago

Commenting out self.window.show() in the sdl2_displaymanager.py file is the current way to get this to work. :) --Scott