mirror of
https://github.com/zestydevy/marioparty3.git
synced 2024-11-23 13:29:47 +00:00
8 lines
225 B
Python
8 lines
225 B
Python
#!/usr/bin/env python3
|
|
|
|
def apply(config, args):
|
|
config['baseimg'] = 'baserom.us.z64'
|
|
config['myimg'] = 'build/marioparty3.z64'
|
|
config['mapfile'] = 'build/marioparty3.map'
|
|
config['source_directories'] = ['.']
|