bugfixing time
This commit is contained in:
parent
67c5b97eb8
commit
c969e0bee2
5 changed files with 34 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ func _on_reset_button_pressed() -> void:
|
|||
PlayerInventory.money = 0
|
||||
PlayerInventory.botnet_servers = 0
|
||||
PlayerInventory.inventory_panel.empty_grid()
|
||||
Clock.days_left = 7
|
||||
Clock.days_left = 6
|
||||
Clock.time_left = 200
|
||||
PlayerInventory.botnet.clear()
|
||||
PlayerInventory.show()
|
||||
|
|
|
|||
9
scenes/manager/locationManager.tscn
Normal file
9
scenes/manager/locationManager.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene format=3 uid="uid://b5dh55o5mgima"]
|
||||
|
||||
[node name="LocationManager" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
|
@ -81,7 +81,8 @@ text = "Play!"
|
|||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "[i]Credits
|
||||
[ul] Playtesting: Maxie, Kane
|
||||
[ul]Soundtrack by Kane
|
||||
Playtesting: Maxie, Kane, Sarantis
|
||||
Octodemy's Inventory Tutorial
|
||||
Item Icons: (todo)"
|
||||
fit_content = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue