zimjs 16.3.9 → 16.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/zim.js +1 -1
package/package.json
CHANGED
package/src/zim.js
CHANGED
|
@@ -65977,7 +65977,7 @@ zim.TextureActivesManager = function(stage, toggleKey, damp) {
|
|
|
65977
65977
|
width:200,
|
|
65978
65978
|
height:80,
|
|
65979
65979
|
titleBar:"TextureActives",
|
|
65980
|
-
|
|
65980
|
+
draggable:true,
|
|
65981
65981
|
close:true
|
|
65982
65982
|
}).pos(50,50,RIGHT,BOTTOM);
|
|
65983
65983
|
var slider = this.slider = new zim.Slider({min:0, max:100, damp:true})
|