typed-factorio 0.13.0 → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
package/Changelog.md
CHANGED
package/generated/classes.d.ts
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
// This is an auto-generated file. Do not edit directly!
|
2
|
+
|
1
3
|
/** @noSelfInFile */
|
2
4
|
|
3
5
|
/**
|
@@ -10158,12 +10160,6 @@ interface SpriteButtonGuiElementMembers extends BaseGuiElement {
|
|
10158
10160
|
* {@link https://lua-api.factorio.com/next/LuaGuiElement.html#LuaGuiElement.sprite View documentation}
|
10159
10161
|
*/
|
10160
10162
|
sprite: SpritePath
|
10161
|
-
/**
|
10162
|
-
* Whether the image widget should resize according to the sprite in it. Defaults to `true`.
|
10163
|
-
*
|
10164
|
-
* {@link https://lua-api.factorio.com/next/LuaGuiElement.html#LuaGuiElement.resize_to_sprite View documentation}
|
10165
|
-
*/
|
10166
|
-
resize_to_sprite: boolean
|
10167
10163
|
/**
|
10168
10164
|
* The image to display on this sprite-button when it is hovered.
|
10169
10165
|
*
|
package/generated/concepts.d.ts
CHANGED
package/generated/defines.d.ts
CHANGED
package/generated/events.d.ts
CHANGED