feat(escoria4): port cocina and cocina_gas
This commit is contained in:
@@ -1,61 +1,54 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://nbnsf3pmh4jg"]
|
||||
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island-dialog-simple/chooser/simple.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island-dialog-simple/theme.tres" type="Theme" id=2]
|
||||
[ext_resource type="Script" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/chooser/simple.gd" id="1"]
|
||||
[ext_resource type="Theme" uid="uid://dvwfrnya2nhxu" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/theme.tres" id="2"]
|
||||
|
||||
[sub_resource type="Gradient" id=1]
|
||||
colors = PackedColorArray( 1, 0, 0, 1, 1, 0, 0, 1 )
|
||||
[sub_resource type="Gradient" id="1"]
|
||||
colors = PackedColorArray(1, 0, 0, 1, 1, 0, 0, 1)
|
||||
|
||||
[sub_resource type="GradientTexture2D" id=2]
|
||||
gradient = SubResource( 1 )
|
||||
[sub_resource type="GradientTexture2D" id="2"]
|
||||
gradient = SubResource("1")
|
||||
|
||||
[node name="text_dialog_choice" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 560.0
|
||||
offset_right = 7.0
|
||||
theme = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
||||
theme = ExtResource("2")
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 20.0
|
||||
offset_top = 10.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 185.0
|
||||
mouse_filter = 2
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_top = 20
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
|
||||
offset_left = 20.0
|
||||
offset_top = 20.0
|
||||
offset_right = 1260.0
|
||||
offset_bottom = 175.0
|
||||
scroll_horizontal_enabled = false
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/ScrollContainer"]
|
||||
offset_right = 1240.0
|
||||
offset_bottom = 155.0
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/separation = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="TimerProgress" type="TextureProgressBar" parent="."]
|
||||
custom_minimum_size = Vector2(0, 20)
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
custom_minimum_size = Vector2( 0, 20 )
|
||||
texture_progress = SubResource( 2 )
|
||||
nine_patch_stretch = true
|
||||
texture_progress = SubResource("2")
|
||||
|
||||
[node name="AvatarContainer" type="Node2D" parent="."]
|
||||
position = Vector2( 94, 68 )
|
||||
position = Vector2(94, 68)
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dyi4lxm20wgne"]
|
||||
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island/fonts/dialog_tip.tres" type="FontFile" id=1]
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island-dialog-simple/dialog_tip.gd" type="Script" id=2]
|
||||
[ext_resource type="FontFile" path="res://addons/escoria-ui-return-monkey-island/fonts/dialog_tip.tres" id="1"]
|
||||
[ext_resource type="Script" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/dialog_tip.gd" id="2"]
|
||||
|
||||
[node name="Label" type="Label"]
|
||||
offset_left = 1057.0
|
||||
offset_top = 533.0
|
||||
offset_right = 1259.0
|
||||
offset_bottom = 551.0
|
||||
theme_override_fonts/font = ExtResource( 1 )
|
||||
theme_override_fonts/font = ExtResource("1")
|
||||
text = "Haz click para acelerar el texto"
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource("2")
|
||||
|
||||
Reference in New Issue
Block a user