Florian Festi
877915eb74
Arcade: Make height of monitor and depth of keyboard adjustable
...
Resolves : #166
2019-09-23 21:42:57 +02:00
Florian Festi
0d07f48b7f
Remove .open() call from the .render() method
...
Having this call there was necessary in the past as the open() method would
need the canvas size as a parameter. This is now determined automatically
after rendering.
Still calling open() is deprecated but won't result in an error.
2019-02-08 17:43:15 +01:00
Florian Festi
861c8451e2
Remove call to .close() from .render() method
...
There is really no need for all the generator to care
Still calling it is deprecated but won't result in an error
2019-02-08 17:32:04 +01:00
Florian Festi
5b9c8e4d71
Remove main function from generators
...
Generators are no longer executable on their own. Use scripts/boxes
instead.
2017-04-05 04:33:42 +02:00
Florian Festi
0cde4a71e6
Add params for edge settings to all generators
2016-11-01 23:46:25 +01:00
Florian Festi
4e632325e3
Arcade: Increase height of keyboard
2016-10-17 21:29:58 +02:00
Florian Festi
9b4a45a1d5
Arcade: Add width as a parameter
...
Fix movement of side
2016-10-17 21:16:02 +02:00
Florian Festi
ff6ba3595d
New Generator: Arcade - a desktop arcade cabinet
2016-10-17 21:12:12 +02:00