aboutsummaryrefslogtreecommitdiff
path: root/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn
blob: a72e06bebfee8bfad93f0380f50a8a0bb0520a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"]