aboutsummaryrefslogtreecommitdiff
path: root/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn')
-rw-r--r--addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn12
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn b/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn
new file mode 100644
index 0000000..a72e06b
--- /dev/null
+++ b/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn
@@ -0,0 +1,12 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://addons/voxel-core/controls/tiles_viewer/tiles_viewer.gd" type="Script" id=1]
+
+[node name="TilesViewer" type="TextureRect"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+script = ExtResource( 1 )
+__meta__ = {
+"_edit_use_anchors_": false
+}
+[connection signal="mouse_exited" from="." to="." method="_on_TilesViewer_mouse_exited"]