diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-15 16:29:02 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-15 16:29:02 +0100 |
commit | c9c5b5d7c2a238310ce7bde336f76d2d1b6f9f29 (patch) | |
tree | c6e935fea995752a0b307e56892e8422fb734c0e /addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn | |
parent | 98f356e68b759bf84300290315d4ada09c41f79b (diff) |
moved shapes to loading area & fixed asset paths
Diffstat (limited to 'addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn')
-rw-r--r-- | addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn | 13 |
1 files changed, 13 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..7daf1f9 --- /dev/null +++ b/addons/voxel-core/controls/tiles_viewer/tiles_viewer.tscn @@ -0,0 +1,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"] |