phaseslider
v1.0.0
Published
A slider UI component for Phaser.io Javascript library
Downloads
2
Readme
PhaseSlider
A slider UI component for Phaser.io Javascript library
slider.createSlider({
customSliderBG: false,
mode: "horizontal",
sliderBGAlpha: 0.8,
width: 500,
height: 400,
x: game.width / 2 - 500 / 2,
y: game.height / 2 - 400 / 2,
objects:[block1, block2, block3, block4, block5]
});View examples: Advanced example | Simple example
General Options:
API Functions
Please let me know if you come across some bug or have something to contribute
