init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
73
prefabs/ink_template.tscn
Normal file
73
prefabs/ink_template.tscn
Normal file
|
@ -0,0 +1,73 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://s24kwfl62hu2"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/dialogue/ink_handler.gd" id="1_w5arv"]
|
||||
[ext_resource type="AudioStream" uid="uid://dhmmw4qlm4e8j" path="res://audio/Sounds/texto1.ogg" id="2_e832p"]
|
||||
[ext_resource type="AudioStream" uid="uid://dhy0px04e6s0e" path="res://audio/Sounds/texto2.ogg" id="3_yn1mf"]
|
||||
[ext_resource type="AudioStream" uid="uid://dw4dm5f6375ou" path="res://audio/Sounds/texto3.ogg" id="4_68h0e"]
|
||||
[ext_resource type="AudioStream" uid="uid://6ghqfd2weeam" path="res://audio/Sounds/texto4.ogg" id="5_nid0e"]
|
||||
[ext_resource type="AudioStream" uid="uid://cihform6l2xq4" path="res://audio/Sounds/texto5.ogg" id="6_gmiux"]
|
||||
[ext_resource type="AudioStream" uid="uid://crw2wxeiwu2xo" path="res://audio/Sounds/texto6.ogg" id="7_r2cxv"]
|
||||
|
||||
[node name="Ink Template" type="Control" node_paths=PackedStringArray("buttons")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_w5arv")
|
||||
buttons = [NodePath("Button"), NodePath("Button2"), NodePath("Button3"), NodePath("Button4")]
|
||||
type_sounds = Array[AudioStream]([ExtResource("2_e832p"), ExtResource("3_yn1mf"), ExtResource("4_68h0e"), ExtResource("5_nid0e"), ExtResource("6_gmiux"), ExtResource("7_r2cxv")])
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 187.0
|
||||
offset_top = 767.465
|
||||
offset_right = 1740.0
|
||||
offset_bottom = 994.465
|
||||
color = Color(1, 1, 1, 0)
|
||||
|
||||
[node name="Label" type="Label" parent="ColorRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_bottom = 6.10352e-05
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_font_sizes/font_size = 36
|
||||
autowrap_mode = 2
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 88.0
|
||||
offset_top = 1000.0
|
||||
offset_right = 488.0
|
||||
offset_bottom = 1050.0
|
||||
|
||||
[node name="Button2" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 537.0
|
||||
offset_top = 1000.0
|
||||
offset_right = 937.0
|
||||
offset_bottom = 1050.0
|
||||
|
||||
[node name="Button3" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 991.0
|
||||
offset_top = 1000.0
|
||||
offset_right = 1391.0
|
||||
offset_bottom = 1050.0
|
||||
|
||||
[node name="Button4" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 1445.0
|
||||
offset_top = 1000.0
|
||||
offset_right = 1845.0
|
||||
offset_bottom = 1050.0
|
||||
|
||||
[node name="TextDisplayTimer" type="Timer" parent="."]
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
[connection signal="timeout" from="TextDisplayTimer" to="." method="_on_text_display_timer_timeout"]
|
Loading…
Add table
Add a link
Reference in a new issue