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