GraphicsEditor/addons/Godoxel/PaintCanvasChunk.tscn

14 lines
314 B
Plaintext
Raw Normal View History

2019-08-04 09:57:42 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/Godoxel/PaintCanvasChunk.gd" type="Script" id=1]
2019-08-04 09:57:42 +02:00
[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 )