mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
8 lines
214 B
Python
8 lines
214 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.z64'
|
|
config['myimg'] = 'papermario.z64'
|
|
config['mapfile'] = 'build/papermario.map'
|
|
config['source_directories'] = ['.']
|