12345678910111213141516171819202122 |
- [gd_scene load_steps=2 format=3 uid="uid://ds3j5rjhys4xf"]
- [ext_resource type="Script" path="res://composants/interface/stock/stock.gd" id="1_ikrye"]
- [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="Label" parent="."]
- layout_mode = 1
- anchors_preset = 2
- anchor_top = 1.0
- anchor_bottom = 1.0
- offset_top = -23.0
- offset_right = 40.0
- grow_vertical = 0
- text = "42"
|