Mercurial > fife-parpg
diff clients/editor/settings.py @ 134:ade070598fd1
- added object editor plugin
NOTES:
- plugin is not ready for productive enviroments, yet
- lacks saving functionality
- some issues left, but it works better as previous versions ;-)
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 13 Sep 2008 23:28:52 +0000 |
parents | 860d81602a2a |
children | 28532ae6f9f6 |
line wrap: on
line diff
--- a/clients/editor/settings.py Sat Aug 30 12:58:20 2008 +0000 +++ b/clients/editor/settings.py Sat Sep 13 23:28:52 2008 +0000 @@ -17,3 +17,11 @@ WindowTitle = 'FIFE - Editor client' WindowIcon = '' +#offset editor: +RotAngles = {} +# zero-projekt angles +#RotAngles['animations'] = ["0", "60", "120", "180", "240", "300"] +# rio de hola angles +RotAngles['animations'] = ["0", "45", "90", "135", "180", "225", "270", "315"] + +