[gd_scene load_steps=2 format=2] [ext_resource path="res://scenes/interfaces/creatures_menu/creature_box.gd" type="Script" id=1] [node name="creature_box" type="HBoxContainer"] anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 7 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="label" type="Label" parent="."] margin_left = 547.0 margin_top = 353.0 margin_right = 608.0 margin_bottom = 367.0 size_flags_horizontal = 10 text = "Anonyme" [node name="select" type="Button" parent="."] margin_left = 612.0 margin_top = 350.0 margin_right = 668.0 margin_bottom = 370.0 size_flags_horizontal = 0 size_flags_vertical = 6 text = "Choisir" [node name="delete" type="Button" parent="."] margin_left = 672.0 margin_top = 350.0 margin_right = 726.0 margin_bottom = 370.0 size_flags_horizontal = 2 size_flags_vertical = 6 text = "Effacer" [connection signal="pressed" from="select" to="." method="_on_select_pressed"] [connection signal="pressed" from="delete" to="." method="_on_delete_pressed"]