stock.tscn 934 B

12345678910111213141516171819202122232425262728293031323334
  1. [gd_scene load_steps=3 format=3 uid="uid://ds3j5rjhys4xf"]
  2. [ext_resource type="Script" path="res://composants/interface/stock/stock.gd" id="1_ikrye"]
  3. [ext_resource type="Texture2D" uid="uid://bbpkc5fx4p34l" path="res://composants/objets/balle/ball_main0001.png" id="2_shrha"]
  4. [node name="Stock" type="Control"]
  5. layout_mode = 3
  6. anchors_preset = 15
  7. anchor_right = 1.0
  8. anchor_bottom = 1.0
  9. grow_horizontal = 2
  10. grow_vertical = 2
  11. script = ExtResource("1_ikrye")
  12. [node name="StockBalles" type="HBoxContainer" parent="."]
  13. layout_mode = 1
  14. anchors_preset = 2
  15. anchor_top = 1.0
  16. anchor_bottom = 1.0
  17. offset_left = 4.0
  18. offset_top = -16.0
  19. offset_right = 47.0
  20. offset_bottom = 2.0
  21. grow_vertical = 0
  22. [node name="NombreBalles" type="Label" parent="StockBalles"]
  23. unique_name_in_owner = true
  24. layout_mode = 2
  25. text = "42"
  26. [node name="IconeBalle" type="TextureRect" parent="StockBalles"]
  27. layout_mode = 2
  28. texture = ExtResource("2_shrha")
  29. stretch_mode = 5