actual initial commit lmao

This commit is contained in:
2025-08-12 04:49:06 -04:00
parent b130b7eb7b
commit 0b69c0ae6f
1150 changed files with 124659 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
[gd_scene load_steps=5 format=3 uid="uid://b44er8j35mxw5"]
[ext_resource type="FontFile" uid="uid://cg7sc0dufeiq3" path="res://fonts/CrimsonText-Regular.ttf" id="1_50htf"]
[ext_resource type="Script" uid="uid://3ljwkxbbil3g" path="res://models/overheadstatus.gd" id="2_eb1ym"]
[ext_resource type="Texture2D" uid="uid://eyk855tnwfqb" path="res://images/circlebar.png" id="2_fbyqu"]
[sub_resource type="Theme" id="Theme_okux4"]
default_font = ExtResource("1_50htf")
default_font_size = 24
[node name="OverheadStatus" type="Control"]
visibility_layer = 2
clip_contents = true
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -1408.0
offset_bottom = -568.0
grow_horizontal = 2
grow_vertical = 2
theme = SubResource("Theme_okux4")
script = ExtResource("2_eb1ym")
[node name="Status_3Dots" type="Label" parent="."]
visible = false
layout_mode = 0
offset_right = 512.0
offset_bottom = 512.0
theme_override_font_sizes/font_size = 320
text = "..."
horizontal_alignment = 1
vertical_alignment = 1
[node name="Status_QuestionMark" type="Label" parent="."]
layout_mode = 0
offset_left = 12.0
offset_right = 524.0
offset_bottom = 512.0
theme_override_font_sizes/font_size = 360
text = "?"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Status_ExclamationPoint" type="Label" parent="."]
visible = false
layout_mode = 0
offset_right = 512.0
offset_bottom = 512.0
theme_override_font_sizes/font_size = 360
text = "!"
horizontal_alignment = 1
vertical_alignment = 1
[node name="StatusTimer" type="TextureProgressBar" parent="."]
layout_mode = 0
offset_right = 128.0
offset_bottom = 128.0
rounded = true
fill_mode = 4
texture_under = ExtResource("2_fbyqu")
texture_progress = ExtResource("2_fbyqu")
tint_under = Color(1, 1, 1, 0.376471)