Added descriptions to upgrades and fixed timer not stopping bug
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
[node name="PermUpgrade" type="PanelContainer"]
|
||||
offset_right = 128.0
|
||||
offset_bottom = 26.0
|
||||
theme = ExtResource("2_ie5gk")
|
||||
theme_type_variation = &"UpgradeContainer"
|
||||
script = ExtResource("1_g7x2d")
|
||||
|
||||
[node name="Container" type="VBoxContainer" parent="."]
|
||||
@@ -80,4 +82,6 @@ layout_mode = 2
|
||||
theme = ExtResource("2_ie5gk")
|
||||
text = "10"
|
||||
|
||||
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
||||
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|
||||
[connection signal="pressed" from="Container/Cost" to="." method="_on_cost_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user