We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2429e1 commit 015f8beCopy full SHA for 015f8be
editor/prototypes.py
@@ -40,7 +40,7 @@ class %(classname)s(App):
40
def __init__(self, *args, **kwargs):
41
#DON'T MAKE CHANGES HERE, THIS METHOD GETS OVERWRITTEN WHEN SAVING IN THE EDITOR
42
if not 'editing_mode' in kwargs.keys():
43
- super(%(classname)s, self).__init__(*args, static_file_path={'res':'%(config_resourcepath)s'})
+ super(%(classname)s, self).__init__(*args, static_file_path={'my_res':'%(config_resourcepath)s'})
44
45
def idle(self):
46
#idle function called every update cycle
0 commit comments