GraphicsEditor/addons/graphics_editor/PaintCanvas.tscn

30 lines
629 B
Plaintext
Raw Normal View History

2020-10-25 18:39:10 +01:00
[gd_scene load_steps=2 format=2]
2019-08-04 09:57:42 +02:00
[ext_resource path="res://addons/graphics_editor/PaintCanvas.gd" type="Script" id=1]
[node name="PaintCanvas" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
script = ExtResource( 1 )
2019-11-23 12:33:43 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
2020-10-25 18:39:10 +01:00
canvas_size = Vector2( 64, 37 )
2019-08-04 09:57:42 +02:00
2020-10-25 18:39:10 +01:00
[node name="ChunkNodes" type="Control" parent="."]
2019-08-04 09:57:42 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
2019-11-23 12:33:43 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
2020-10-25 18:39:10 +01:00
[node name="CanvasImage" type="TextureRect" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
expand = true
stretch_mode = 3