uli productions
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
@@ -8,6 +8,7 @@ play_video res://gymkhana/videos/turno_cocina/cuerno_epico.ogv
|
|||||||
|
|
||||||
|
|
||||||
:ready
|
:ready
|
||||||
|
accept_input SKIP
|
||||||
set_gui_visible false
|
set_gui_visible false
|
||||||
set_global game_over true
|
set_global game_over true
|
||||||
set_global turno_cocina_credits_dancers_visible true
|
set_global turno_cocina_credits_dancers_visible true
|
||||||
|
|||||||
@@ -1,26 +1,41 @@
|
|||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://gymkhana/logo-small.png" type="Texture" id=1]
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/uliwood-productions.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.gd" type="Script" id=2]
|
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.gd" type="Script" id=2]
|
||||||
|
|
||||||
|
[sub_resource type="Theme" id=1]
|
||||||
|
|
||||||
[node name="scrollingText" type="VBoxContainer"]
|
[node name="scrollingText" type="VBoxContainer"]
|
||||||
margin_left = 357.0
|
margin_left = 357.0
|
||||||
margin_right = 922.0
|
margin_right = 922.0
|
||||||
margin_bottom = 437.0
|
margin_bottom = 744.0
|
||||||
|
grow_horizontal = 0
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
||||||
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||||
|
margin_right = 600.0
|
||||||
|
margin_bottom = 30.0
|
||||||
|
theme = SubResource( 1 )
|
||||||
|
bbcode_enabled = true
|
||||||
|
bbcode_text = "[center][u]Las Gymkhanicas de Uli[/u][/center]
|
||||||
|
"
|
||||||
|
text = "Las Gymkhanicas de Uli
|
||||||
|
"
|
||||||
|
fit_content_height = true
|
||||||
|
|
||||||
[node name="LabelContainer" type="HBoxContainer" parent="."]
|
[node name="LabelContainer" type="HBoxContainer" parent="."]
|
||||||
margin_right = 565.0
|
margin_top = 34.0
|
||||||
margin_bottom = 133.0
|
margin_right = 600.0
|
||||||
|
margin_bottom = 167.0
|
||||||
|
|
||||||
[node name="margin" type="MarginContainer" parent="LabelContainer"]
|
[node name="margin" type="MarginContainer" parent="LabelContainer"]
|
||||||
margin_right = 280.0
|
margin_right = 298.0
|
||||||
margin_bottom = 65.0
|
margin_bottom = 65.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
|
||||||
[node name="Titles" type="Label" parent="LabelContainer/margin"]
|
[node name="Titles" type="Label" parent="LabelContainer/margin"]
|
||||||
margin_right = 280.0
|
margin_right = 298.0
|
||||||
margin_bottom = 65.0
|
margin_bottom = 65.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
@@ -32,14 +47,14 @@ align = 2
|
|||||||
uppercase = true
|
uppercase = true
|
||||||
|
|
||||||
[node name="margin2" type="MarginContainer" parent="LabelContainer"]
|
[node name="margin2" type="MarginContainer" parent="LabelContainer"]
|
||||||
margin_left = 284.0
|
margin_left = 302.0
|
||||||
margin_right = 565.0
|
margin_right = 600.0
|
||||||
margin_bottom = 133.0
|
margin_bottom = 133.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
|
||||||
[node name="Names" type="Label" parent="LabelContainer/margin2"]
|
[node name="Names" type="Label" parent="LabelContainer/margin2"]
|
||||||
margin_right = 281.0
|
margin_right = 298.0
|
||||||
margin_bottom = 133.0
|
margin_bottom = 133.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
@@ -53,7 +68,7 @@ Piko
|
|||||||
Urtzi"
|
Urtzi"
|
||||||
|
|
||||||
[node name="TextureRect" type="TextureRect" parent="."]
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||||||
margin_top = 137.0
|
margin_top = 171.0
|
||||||
margin_right = 565.0
|
margin_right = 600.0
|
||||||
margin_bottom = 437.0
|
margin_bottom = 466.0
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
|
|||||||
Reference in New Issue
Block a user