Skip to content

Commit 6dd9e45

Browse files
committed
fix inventory top bar showing when closed
1 parent f6348df commit 6dd9e45

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

pets-gd/i18n/translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MONTH_SHORTENED_10,Oct,Oct,Oct
2626
MONTH_SHORTENED_11,Nov,Nov,Nov
2727
MONTH_SHORTENED_12,Dec,Dec,Dec
2828
ITEM_NAME_cool_stick,Stick,Cane,Stick
29-
ITEM_DESC_cool_stick,"Some stick you found off the sidewalk.\nLooks cool.\n""Put ya stick away, Waltuh.""",Some stick ye plundered off th' lands.\nLookin' dandy.,THIS is the best weapon you could find?
29+
ITEM_DESC_cool_stick,"Some stick you found off the sidewalk. Looks cool.\n""Put ya stick away, Waltuh.""",Some stick ye plundered off th' lands.\nLookin' dandy.,THIS is the best weapon you could find?
3030
ITEM_NAME_trusty_rusty_pistol,Trusty Rusty Pistol,Miniature Musket (Rusty),Ol' Reliable Rusty
3131
ITEM_DESC_trusty_rusty_pistol,Pretty unsafe! Deals poor damage.,What kind o' pirate would be caught dead or alive with this?,You're better off throwing this at the enemy. Weirdo.
3232
ITEM_NAME_ts_slick7,TS Slick7,TS Slick7,TS Slick7

pets-gd/scenes/inventory.tscn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tracks/4/keys = {
6868
"times": PackedFloat32Array(0),
6969
"transitions": PackedFloat32Array(1),
7070
"update": 0,
71-
"values": [Vector2(0, -176)]
71+
"values": [Vector2(0, -224)]
7272
}
7373

7474
[sub_resource type="Animation" id="Animation_bvf1n"]
@@ -132,7 +132,7 @@ tracks/4/keys = {
132132
"times": PackedFloat32Array(0.9, 1.2),
133133
"transitions": PackedFloat32Array(0.420448, 1),
134134
"update": 0,
135-
"values": [Vector2(0, -176), Vector2(0, 0)]
135+
"values": [Vector2(0, -224), Vector2(0, 0)]
136136
}
137137

138138
[sub_resource type="Animation" id="Animation_52u0v"]
@@ -192,9 +192,9 @@ metadata/_edit_lock_ = true
192192

193193
[node name="InventoryTextPanel" type="PanelContainer" parent="." unique_id=467307691]
194194
layout_mode = 0
195-
offset_top = -176.0
195+
offset_top = -224.0
196196
offset_right = 1920.0
197-
offset_bottom = 24.0
197+
offset_bottom = -24.0
198198

199199
[node name="InventoryTextContainer" type="BoxContainer" parent="InventoryTextPanel" unique_id=602405121]
200200
unique_name_in_owner = true

pets-gd/scenes/world.tscn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ transform = Transform2D(0.188, 0, 0, 0.188, 0, 0)
131131

132132
[node name="Inventory" parent="UILayer" unique_id=1827652567 instance=ExtResource("3_jwkdy")]
133133
unique_name_in_owner = true
134-
visible = false
135134

136135
[node name="DialogBox" parent="UILayer" unique_id=1625056643 instance=ExtResource("2_lgtmm")]
137136
offset_left = 76.0

0 commit comments

Comments
 (0)