mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Line2D texture stretch mode
Prototype for stretching the texture across the whole line. Fixed end cap tile mode.
This commit is contained in:
@@ -117,5 +117,8 @@
|
||||
<constant name="LINE_TEXTURE_TILE" value="1" enum="LineTextureMode">
|
||||
Tiles the texture over the line. The texture need to be imported with Repeat Enabled for it to work properly.
|
||||
</constant>
|
||||
<constant name="LINE_TEXTURE_STRETCH" value="2" enum="LineTextureMode">
|
||||
Stretches the texture across the line. Import the texture with Repeat Disabled for best results.
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user