Initial commit
This commit is contained in:
commit
7becdd23b6
989 changed files with 28526 additions and 0 deletions
21
scenes/screens/visCB57.tmp
Normal file
21
scenes/screens/visCB57.tmp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://4v1jmfn8kjpg"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b3hnb4vtqq6p3" path="res://scenes/ui_elements/textbox.tscn" id="1_7wls5"]
|
||||
[ext_resource type="Script" path="res://scenes/screens/visual_novel.gd" id="1_hggao"]
|
||||
[ext_resource type="PackedScene" uid="uid://x4yl51efxs5s" path="res://scenes/ui_elements/chat_log.tscn" id="3_cvy53"]
|
||||
[ext_resource type="PackedScene" uid="uid://db604d7kgvdrt" path="res://scenes/ui_elements/prompt.tscn" id="3_fgnej"]
|
||||
[ext_resource type="PackedScene" uid="uid://jfv4ss4g55mw" path="res://scenes/logic/vn_interpreter.tscn" id="5_3vb6j"]
|
||||
|
||||
[node name="VisualNovel" type="Node2D"]
|
||||
script = ExtResource("1_hggao")
|
||||
|
||||
[node name="Textbox" parent="." instance=ExtResource("1_7wls5")]
|
||||
|
||||
[node name="Prompt" parent="." instance=ExtResource("3_fgnej")]
|
||||
visible = false
|
||||
|
||||
[node name="ChatLog" parent="." instance=ExtResource("3_cvy53")]
|
||||
|
||||
[node name="VNInterpreter" parent="." instance=ExtResource("5_3vb6j")]
|
||||
|
||||
[connection signal="prompt_option_selected" from="Prompt" to="VNInterpreter" method="_on_prompt_prompt_option_selected"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue