game finished i think :3

This commit is contained in:
Tabby 2026-01-18 21:06:22 +11:00
parent 0a9a916ee1
commit 7f4b9b939b
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ func _notification(what: int) -> void:
func calculate_sell_value(): func calculate_sell_value():
if slots[0].item: 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 sell_button.disabled = false
else: else:
sell_label.text = "Place an item" sell_label.text = "Place an item"

View file

@ -13,7 +13,7 @@ config_version=5
config/name="Repurposed Jam" config/name="Repurposed Jam"
run/main_scene="uid://dxr1ergmn3ij7" run/main_scene="uid://dxr1ergmn3ij7"
config/features=PackedStringArray("4.5", "GL Compatibility") config/features=PackedStringArray("4.5", "GL Compatibility")
config/icon="res://icon.svg" config/icon="uid://csov3hvc14ki4"
[autoload] [autoload]

View file

@ -36,7 +36,7 @@ script = ExtResource("2_hjq5n")
name = "X" name = "X"
power = 40 power = 40
color = Color(0.70184636, 0.4491853, 1, 1) 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" metadata/_custom_type_script = "uid://md6s5hsjvnxc"
[sub_resource type="Resource" id="Resource_cb2q0"] [sub_resource type="Resource" id="Resource_cb2q0"]

View file

@ -18,7 +18,7 @@ corner_radius_bottom_right = 3
corner_radius_bottom_left = 3 corner_radius_bottom_left = 3
[node name="Tooltip" type="PanelContainer" node_paths=PackedStringArray("tooltip_label", "exdata_box", "exdata_label")] [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_right = 95.0
offset_bottom = 31.0 offset_bottom = 31.0
size_flags_horizontal = 2 size_flags_horizontal = 2