mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Intro player
This commit is contained in:
parent
ceef19e6c9
commit
39fc403219
22 changed files with 531 additions and 3 deletions
12
Dialogue/CustomScenes/DialogicImage.tscn
Normal file
12
Dialogue/CustomScenes/DialogicImage.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://jypfiwjsk8wh"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="1_4gfgy"]
|
||||
|
||||
[node name="DialogicImage" type="Node2D"]
|
||||
|
||||
[node name="DialogicNode_BackgroundHolder" type="ColorRect" parent="."]
|
||||
offset_left = 126.0
|
||||
offset_top = 41.0
|
||||
offset_right = 209.0
|
||||
offset_bottom = 124.0
|
||||
script = ExtResource("1_4gfgy")
|
||||
33
Dialogue/CustomScenes/dialogic_windowed_image.tscn
Normal file
33
Dialogue/CustomScenes/dialogic_windowed_image.tscn
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://1qx7a3isffve"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd" id="1_2qy85"]
|
||||
|
||||
[node name="DefaultBackground" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 180.0
|
||||
offset_top = 20.0
|
||||
offset_right = -60.0
|
||||
offset_bottom = -60.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_2qy85")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Image" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue