2020-03-21 09:10:26 +00:00
|
|
|
[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
|
2020-10-15 17:23:55 +00:00
|
|
|
custom_colors/font_color = Color( 0.0627451, 0.0313726, 0.45098, 1 )
|
2020-03-21 09:10:26 +00:00
|
|
|
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"]
|