12345678910111213141516171819202122232425262728293031323334 |
- [gd_scene load_steps=3 format=3 uid="uid://ds3j5rjhys4xf"]
- [ext_resource type="Script" path="res://composants/interface/stock/stock.gd" id="1_ikrye"]
- [ext_resource type="Texture2D" uid="uid://bbpkc5fx4p34l" path="res://composants/objets/balle/ball_main0001.png" id="2_shrha"]
- [node name="Stock" type="Control"]
- layout_mode = 3
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- script = ExtResource("1_ikrye")
- [node name="StockBalles" type="HBoxContainer" parent="."]
- layout_mode = 1
- anchors_preset = 2
- anchor_top = 1.0
- anchor_bottom = 1.0
- offset_left = 4.0
- offset_top = -16.0
- offset_right = 47.0
- offset_bottom = 2.0
- grow_vertical = 0
- [node name="NombreBalles" type="Label" parent="StockBalles"]
- unique_name_in_owner = true
- layout_mode = 2
- text = "42"
- [node name="IconeBalle" type="TextureRect" parent="StockBalles"]
- layout_mode = 2
- texture = ExtResource("2_shrha")
- stretch_mode = 5
|