Forum Replies Created

Viewing 2 posts - 36 through 37 (of 37 total)
  • Author
    Posts
  • in reply to: how to make the box art bigger.. #83619
    phrazelle
    Participant

    box art is controlled by the md_image value in the individual emulator’s xml file. setting a larger maxSize in the mega cd theme.xml file should allow for the image to be shown at a larger scale.

    		<image name="md_image">
    			<maxSize>0.125 0.301</maxSize>
    		</image>
    phrazelle
    Participant

    i moved the helpsystem off the screen (using -1 -1) and put up a custom footer image:

    this would be in your main theme xml file, and you would change the size and path properties to suit your build

    	<view name="system, basic, detailed">
    		
    		<helpsystem name="help">
    			<pos>-1 -1</pos>
    		</helpsystem>
    		
    		<image name="footer" extra="true">
    			<pos>0 1</pos>
    			<origin>0 1</origin>
    			<size>1 0.065</size>
    			<path>./assets/footer.jpg</path>
    		</image>
    		
    	</view>
Viewing 2 posts - 36 through 37 (of 37 total)