Add generator buffs (additional test required)

This commit is contained in:
2026-03-15 10:06:43 +01:00
parent 7b58c36414
commit 278b073501
19 changed files with 691 additions and 21 deletions

View File

@@ -60,5 +60,16 @@ text = "Production / sec"
layout_mode = 2
text = "0"
[node name="BuffsSection" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="BuffsTitle" type="Label" parent="BuffsSection"]
layout_mode = 2
text = "Buffs"
[node name="BuffsList" type="VBoxContainer" parent="BuffsSection"]
layout_mode = 2
theme_override_constants/separation = 4
[connection signal="pressed" from="HBoxContainerGenerators/BuyOneButton" to="." method="_on_buy_pressed"]
[connection signal="pressed" from="HBoxContainerGenerators/BuyMaxButton" to="." method="_on_buy_max_pressed"]