72 lines
1.9 KiB
Plaintext
72 lines
1.9 KiB
Plaintext
|
|
[gd_scene load_steps=8 format=3 uid="uid://dhohgea31bn40"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://sv0nhkkur1tt" path="res://logic-scenes/board/card-textures/cardsheet.png" id="2_jx3wu"]
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_aqrbw"]
|
||
|
|
atlas = ExtResource("2_jx3wu")
|
||
|
|
region = Rect2(0, 880, 600, 440)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_e20ok"]
|
||
|
|
atlas = ExtResource("2_jx3wu")
|
||
|
|
region = Rect2(0, 440, 600, 440)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_onstk"]
|
||
|
|
atlas = ExtResource("2_jx3wu")
|
||
|
|
region = Rect2(600, 440, 600, 440)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mtvrf"]
|
||
|
|
atlas = ExtResource("2_jx3wu")
|
||
|
|
region = Rect2(600, 0, 600, 440)
|
||
|
|
|
||
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_inyug"]
|
||
|
|
atlas = ExtResource("2_jx3wu")
|
||
|
|
region = Rect2(0, 0, 600, 440)
|
||
|
|
|
||
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_cu2at"]
|
||
|
|
animations = [{
|
||
|
|
"frames": [{
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_aqrbw")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_e20ok")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_onstk")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_mtvrf")
|
||
|
|
}, {
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": SubResource("AtlasTexture_inyug")
|
||
|
|
}],
|
||
|
|
"loop": true,
|
||
|
|
"name": &"default",
|
||
|
|
"speed": 5.0
|
||
|
|
}]
|
||
|
|
|
||
|
|
[node name="Visual" type="Node2D"]
|
||
|
|
|
||
|
|
[node name="BackgroundSprite" type="AnimatedSprite2D" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
clip_children = 2
|
||
|
|
scale = Vector2(0.6, 0.6)
|
||
|
|
sprite_frames = SubResource("SpriteFrames_cu2at")
|
||
|
|
frame = 1
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="."]
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -136.0
|
||
|
|
offset_top = -95.0
|
||
|
|
offset_right = 165.0
|
||
|
|
offset_bottom = 131.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
theme_type_variation = &"card_text"
|
||
|
|
text = "Lukas did not ask for consent, he didn't explain a thing, I didn't even move! Yet he dared to assume, that "
|
||
|
|
autowrap_mode = 3
|