updated to godot 4.6
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dixtx38u4jhd7"]
|
||||
[gd_scene format=3 uid="uid://dixtx38u4jhd7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d6ejaumcenmg" path="res://Scripts/card_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" uid="uid://buf8t5gc7iw3a" path="res://Assets/TextureAtlases/rarityborders.tres" id="3_pclfx"]
|
||||
|
||||
[node name="Node2D" type="Node2D" node_paths=PackedStringArray("rarity_sprite", "title_text", "description", "target_label", "energy_cost")]
|
||||
[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")
|
||||
@@ -12,13 +12,13 @@ description = NodePath("Description")
|
||||
target_label = NodePath("Title2")
|
||||
energy_cost = NodePath("EnergyCost")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
[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="."]
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="." unique_id=1941544843]
|
||||
texture_filter = 1
|
||||
position = Vector2(256, 256)
|
||||
scale = Vector2(8, 8)
|
||||
@@ -26,7 +26,7 @@ texture = ExtResource("3_pclfx")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
[node name="Title" type="Label" parent="." unique_id=1290608398]
|
||||
offset_left = 89.0
|
||||
offset_top = 56.0
|
||||
offset_right = 373.0
|
||||
@@ -37,7 +37,7 @@ text = "Rocket Launcher 50"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Title2" type="Label" parent="."]
|
||||
[node name="Title2" type="Label" parent="." unique_id=616527523]
|
||||
offset_left = 183.0
|
||||
offset_top = 424.0
|
||||
offset_right = 296.0
|
||||
@@ -49,7 +49,7 @@ text = "Land
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Description" type="RichTextLabel" parent="."]
|
||||
[node name="Description" type="RichTextLabel" parent="." unique_id=1093425231]
|
||||
offset_left = 107.0
|
||||
offset_top = 144.0
|
||||
offset_right = 357.0
|
||||
@@ -62,7 +62,7 @@ text = "In here goes some card text that really be quite long sometimes if you'r
|
||||
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="."]
|
||||
[node name="EnergyCost" type="Label" parent="." unique_id=1136904472]
|
||||
offset_left = 340.0
|
||||
offset_top = 55.0
|
||||
offset_right = 40.0
|
||||
|
||||
Reference in New Issue
Block a user