mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-12 08:15:17 +01:00
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/graphics_editor/PaintCanvasChunk.gd" type="Script" id=1]
|
|
|
|
[node name="PaintCanvasChunk" type="TextureRect"]
|
|
margin_right = 10.0
|
|
margin_bottom = 10.0
|
|
rect_scale = Vector2( 16, 16 )
|
|
mouse_filter = 2
|
|
expand = true
|
|
stretch_mode = 1
|
|
script = ExtResource( 1 )
|