30 lines
930 B
Plaintext
30 lines
930 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b8txs4xi722wt"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/cell/cell-front.gd" id="1_2vfsf"]
|
|
[ext_resource type="Texture2D" uid="uid://c6yuv0b51aauw" path="res://data/фронт-задний-1.png" id="2_nlylb"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2thpi"]
|
|
bg_color = Color(0.8, 0.533333, 0.27451, 1)
|
|
|
|
[node name="header" type="Control"]
|
|
clip_contents = true
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 21.0
|
|
script = ExtResource("1_2vfsf")
|
|
|
|
[node name="label" type="Label" parent="."]
|
|
clip_contents = true
|
|
layout_mode = 0
|
|
offset_right = 71.0
|
|
offset_bottom = 21.0
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_2thpi")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(58, 11)
|
|
texture = ExtResource("2_nlylb")
|