[gd_scene load_steps=4 format=2] [ext_resource path="res://Assets/Texture/grey square.svg" type="Texture" id=1] [ext_resource path="res://Scripts/Cella.gd" type="Script" id=2] [ext_resource path="res://Assets/Shaders/Materiale_cella.tres" type="Material" id=3] [node name="PanelContainer" type="PanelContainer"] margin_right = 14.0 margin_bottom = 14.0 size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="Cella_bottone" type="TextureButton" parent="."] material = ExtResource( 3 ) margin_left = 7.0 margin_top = 7.0 margin_right = 7.0 margin_bottom = 7.0 texture_normal = ExtResource( 1 ) expand = true __meta__ = { "_edit_use_anchors_": false } [connection signal="pressed" from="Cella_bottone" to="." method="_on_Cella_bottone_pressed"]