mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
8 lines
217 B
Python
8 lines
217 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'] = ['.']
|