conforms file names to consistant standard

This commit is contained in:
2026-02-21 04:24:04 +11:00
parent 6b67dd9755
commit 5a4ad8633a
1991 changed files with 3836 additions and 7976 deletions

73
ui/cassette_hand.tscn Normal file
View File

@@ -0,0 +1,73 @@
[gd_scene format=3 uid="uid://dixtx38u4jhd7"]
[ext_resource type="Script" uid="uid://d6ejaumcenmg" path="res://scripts/cassette_hand.gd" id="1_2cfmh"]
[ext_resource type="Texture2D" uid="uid://dlqnhs8or4ik2" path="res://assets/textures/cardhand.png" id="1_d5oo3"]
[ext_resource type="Texture2D" path="res://Assets/TextureAtlases/rarityborders.tres" id="3_pclfx"]
[node name="Node2D" type="Node2D" unique_id=1718662313 node_paths=PackedStringArray("rarity_sprite", "title_text", "description", "target_label", "energy_cost")]
script = ExtResource("1_2cfmh")
rarity_sprite = NodePath("Sprite2D2")
title_text = NodePath("Title")
description = NodePath("Description")
target_label = NodePath("Title2")
energy_cost = NodePath("EnergyCost")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1449167855]
texture_filter = 1
position = Vector2(256, 256)
scale = Vector2(8, 8)
texture = ExtResource("1_d5oo3")
[node name="Sprite2D2" type="Sprite2D" parent="." unique_id=1941544843]
texture_filter = 1
position = Vector2(256, 256)
scale = Vector2(8, 8)
texture = ExtResource("3_pclfx")
region_enabled = true
region_rect = Rect2(0, 0, 64, 64)
[node name="Title" type="Label" parent="." unique_id=1290608398]
offset_left = 89.0
offset_top = 56.0
offset_right = 373.0
offset_bottom = 96.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 27
text = "Rocket Launcher 50"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Title2" type="Label" parent="." unique_id=616527523]
offset_left = 183.0
offset_top = 424.0
offset_right = 296.0
offset_bottom = 464.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 27
text = "Land
"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Description" type="RichTextLabel" parent="." unique_id=1093425231]
offset_left = 107.0
offset_top = 144.0
offset_right = 357.0
offset_bottom = 389.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_font_sizes/normal_font_size = 17
bbcode_enabled = true
text = "In here goes some card text that really be quite long sometimes if you're not really really careful to describe the card's effects concisely
In fact, sometimes its really really really rediculously long, when it needs to be and im too dumb to shorten it"
fit_content = true
[node name="EnergyCost" type="Label" parent="." unique_id=1136904472]
offset_left = 340.0
offset_top = 55.0
offset_right = 40.0
offset_bottom = 40.0
theme_override_colors/font_color = Color(0.228497, 0.570097, 0.884935, 1)
text = "3"
horizontal_alignment = 1
vertical_alignment = 1