feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="TextureRect" inherits="Control" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="TextureRect" inherits="Control" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
A control that displays a texture.
|
||||
</brief_description>
|
||||
|
|
@ -51,6 +51,7 @@
|
|||
</constant>
|
||||
<constant name="STRETCH_TILE" value="1" enum="StretchMode">
|
||||
Tile inside the node's bounding rectangle.
|
||||
[b]Note:[/b] [constant STRETCH_TILE] mode is not supported for [member texture] set to an [AtlasTexture] with non-zero [member AtlasTexture.margin].
|
||||
</constant>
|
||||
<constant name="STRETCH_KEEP" value="2" enum="StretchMode">
|
||||
The texture keeps its original size and stays in the bounding rectangle's top-left corner.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue