From 7f4b9b939b62b12a69fe9926ac9771f2a0aa05a2 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:06:22 +1100 Subject: [PATCH] game finished i think :3 --- inv_system/sell_panel.gd | 2 +- project.godot | 2 +- time_system/clock.tscn | 2 +- tooltip.tscn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inv_system/sell_panel.gd b/inv_system/sell_panel.gd index 230a5f0..ac3ff8e 100644 --- a/inv_system/sell_panel.gd +++ b/inv_system/sell_panel.gd @@ -24,7 +24,7 @@ func _notification(what: int) -> void: func calculate_sell_value(): if slots[0].item: - sell_label.text = str(floori(slots[0].item.buy_value / float(2))) + sell_label.text = "$" + str(floori(slots[0].item.buy_value / float(2))) sell_button.disabled = false else: sell_label.text = "Place an item" diff --git a/project.godot b/project.godot index 7682eb0..eb9c045 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Repurposed Jam" run/main_scene="uid://dxr1ergmn3ij7" config/features=PackedStringArray("4.5", "GL Compatibility") -config/icon="res://icon.svg" +config/icon="uid://csov3hvc14ki4" [autoload] diff --git a/time_system/clock.tscn b/time_system/clock.tscn index 14ff00e..0f2b6c9 100644 --- a/time_system/clock.tscn +++ b/time_system/clock.tscn @@ -36,7 +36,7 @@ script = ExtResource("2_hjq5n") name = "X" power = 40 color = Color(0.70184636, 0.4491853, 1, 1) -ending_text = "You point your powerful botnet towards X (the everthing app) and eviscerate the platform along with grok and elon musk, reducing them both to ashes" +ending_text = "You point your powerful botnet towards X (the everything app) and eviscerate the platform along with grok and elon musk, reducing them both to ashes" metadata/_custom_type_script = "uid://md6s5hsjvnxc" [sub_resource type="Resource" id="Resource_cb2q0"] diff --git a/tooltip.tscn b/tooltip.tscn index ac92c7c..81c277e 100644 --- a/tooltip.tscn +++ b/tooltip.tscn @@ -18,7 +18,7 @@ corner_radius_bottom_right = 3 corner_radius_bottom_left = 3 [node name="Tooltip" type="PanelContainer" node_paths=PackedStringArray("tooltip_label", "exdata_box", "exdata_label")] -z_index = 3 +z_index = 7 offset_right = 95.0 offset_bottom = 31.0 size_flags_horizontal = 2