summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 16:19:17 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 16:19:17 -0600
commit24d047838221c5086ee6a0f41a7dbfb0b080e0a7 (patch)
tree0229c8b9679f222b05f8bf4b4bd2b6f9b9d1ac74
parentf3efe1b3c71667c3a2d83b39f97d5d10bf580521 (diff)
Yeah that looks nice enough
-rw-r--r--project.godot2
-rw-r--r--scenes/main.gd4
-rw-r--r--scenes/main.tscn19
3 files changed, 19 insertions, 6 deletions
diff --git a/project.godot b/project.godot
index b52b5df..d7d2121 100644
--- a/project.godot
+++ b/project.godot
@@ -17,8 +17,6 @@ config/icon="res://icon.svg"
[display]
-window/size/viewport_width=1280
-window/size/viewport_height=720
window/subwindows/embed_subwindows=false
window/per_pixel_transparency/allowed=true
diff --git a/scenes/main.gd b/scenes/main.gd
index b20524b..4f1c67f 100644
--- a/scenes/main.gd
+++ b/scenes/main.gd
@@ -9,7 +9,7 @@ func _ready() -> void:
var window = get_window()
window.position = Vector2(450, 360)
- window.size = Vector2(500, 300)
+ window.size = Vector2(1319, 300)
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
@@ -17,7 +17,7 @@ func _process(delta: float) -> void:
if Input.is_action_just_pressed("G"):
$Meow.play()
- $Score.text = "Net worth: $%s" % net_worth.toString()
+ $Score.text = "Net worth: \n$%s" % net_worth.toString()
func _on_microgame_spawn_timer_timeout() -> void:
diff --git a/scenes/main.tscn b/scenes/main.tscn
index e4c993c..ec7091b 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -1,7 +1,9 @@
-[gd_scene load_steps=6 format=3 uid="uid://d06d1vihf2oqp"]
+[gd_scene load_steps=8 format=3 uid="uid://d06d1vihf2oqp"]
[ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"]
[ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"]
+[ext_resource type="Texture2D" uid="uid://voruypgyi77e" path="res://scenes/stockticker/UI-Background-Colour.png" id="2_fkfik"]
+[ext_resource type="Theme" uid="uid://ve18rbkeiwti" path="res://UI/text.tres" id="3_d7ku7"]
[ext_resource type="AudioStream" uid="uid://wtoxhk0tf8ev" path="res://funny_sounds/Cat Meow - Minecraft Sound Effect (HD).mp3" id="3_gatxj"]
[ext_resource type="PackedScene" uid="uid://g2veoq55y14i" path="res://scenes/stockticker/Stock Ticker.tscn" id="4_0ankd"]
[ext_resource type="PackedScene" uid="uid://bbg7lnak6kup7" path="res://scenes/LegallyDistinctPaperclipAssistant/window.tscn" id="5_6agvn"]
@@ -9,7 +11,15 @@
[node name="Node2D2" type="Node2D"]
script = ExtResource("1_y7a0r")
+[node name="Background" type="Sprite2D" parent="."]
+modulate = Color(0.796078, 0.796078, 0.796078, 1)
+light_mask = 3
+scale = Vector2(1319, 300)
+texture = ExtResource("2_fkfik")
+centered = false
+
[node name="Sprite2D" type="Sprite2D" parent="."]
+visible = false
position = Vector2(636.307, 381.672)
scale = Vector2(0.293995, 0.217148)
texture = ExtResource("1_o2s48")
@@ -18,7 +28,12 @@ texture = ExtResource("1_o2s48")
offset_top = 2.0
offset_right = 83.0
offset_bottom = 25.0
-text = "Net worth: $"
+theme = ExtResource("3_d7ku7")
+theme_override_colors/font_color = Color(0, 0, 0, 1)
+theme_override_font_sizes/font_size = 62
+text = "Net worth:
+
+$00000000000000000000"
[node name="Microgame spawn timer" type="Timer" parent="."]
wait_time = 10.0