2024-08-19 04:36:22 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cut2xjnvh8i58"]
|
2024-08-17 12:57:20 +02:00
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://cohbys634cf18" path="res://menu/main_menu/MainMenuTheme.tres" id="1_tmf11"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/menu_credit_control.gd" id="2_ogwi7"]
|
2024-08-19 04:36:22 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="3_rybt6"]
|
2024-08-17 12:57:20 +02:00
|
|
|
|
|
|
|
[node name="CreditScene" type="MarginContainer"]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme = ExtResource("1_tmf11")
|
|
|
|
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
script = ExtResource("2_ogwi7")
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Control"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 13.0
|
2024-08-19 04:36:22 +02:00
|
|
|
|
|
|
|
[node name="CanvasLayer" parent="Control" instance=ExtResource("3_rybt6")]
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
color = Color(0, 0, 0, 1)
|