Added base template (uninteractive yet)

This commit is contained in:
2ndbeam 2024-05-01 12:55:32 +03:00
commit 2d4eb92751
8 changed files with 100 additions and 17 deletions

View file

@ -31,6 +31,18 @@ pause_controller_scene = ExtResource("6_61vq5")
process_mode = 1
script = ExtResource("3_h5cm3")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Version" type="Label" parent="CanvasLayer"]
z_index = 4096
z_as_relative = false
offset_top = 6.0
offset_right = 1280.0
offset_bottom = 29.0
text = "GammaCosmicRays version Ifre 1.0"
horizontal_alignment = 1
script = SubResource("GDScript_4yoh5")
[node name="Background" type="CanvasLayer" parent="."]
process_mode = 1
layer = -10
@ -45,13 +57,3 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("5_la84n")
color_background = Color(0.36, 0.18612, 0.1116, 1)
[node name="Version" type="Label" parent="Background"]
z_index = 50
z_as_relative = false
offset_top = 6.0
offset_right = 1280.0
offset_bottom = 29.0
text = "GammaCosmicRays version Ifre 1.0"
horizontal_alignment = 1
script = SubResource("GDScript_4yoh5")