16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://nine-patch.png" type="Texture2D" id=1]
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect"]
|
|
offset_right = 42.0
|
|
offset_bottom = 33.0
|
|
texture = ExtResource( 1 )
|
|
draw_center = false
|
|
patch_margin_left = 8
|
|
patch_margin_top = 8
|
|
patch_margin_right = 8
|
|
patch_margin_bottom = 8
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|