material-maker/material_maker/panels/preview_2d/control_point.tscn

13 lines
326 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://material_maker/panels/preview_2d/control_point.gd" type="Script" id=1]
[node name="Point" type="TextureRect"]
mouse_filter = 0
mouse_default_cursor_shape = 13
script = ExtResource( 1 )
[connection signal="gui_input" from="." to="." method="_on_Point_gui_input"]