All Collections
Create the graphics
Graphism
Add a SVG button to the Slot Machine
Add a SVG button to the Slot Machine
Esteban avatar
Written by Esteban
Updated over a week ago

Description

The Slot Machine Game mechanics allow you to integrate a "Start" Button visual in SVG format. SVG format enables creating sharp and precise images at any size without pixelation and offers manipulation possibilities while keeping a small file size.

File Configuration

By default, SVG files do not define specific dimensions. Your SVG file for the "Start" button should have specified dimensions to ensure consistent display. To configure these dimensions, follow these simple steps:

1. Open your text editor or preferred SVG editor.

2. Find the <svg> tag in your SVG file.

3. Add the width and height attributes to the <svg> tag, and set appropriate values in pixels for width and height. For example:

<svg width="100" height="50"> <!-- Your SVG content here --></svg>

Example:

4. Save your SVG file with the applied modifications.

File Import

1. In Adictiz Box, navigate to the "Appearance" tab of the Slot Machine Game mechanics.

2. Import your "Start" button and verify its dimensions.

Attachment icon
Did this answer your question?