Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
611
addons/dialogic/Nodes/DialogNode.tscn
Normal file
611
addons/dialogic/Nodes/DialogNode.tscn
Normal file
|
@ -0,0 +1,611 @@
|
|||
[gd_scene load_steps=61 format=2]
|
||||
|
||||
[ext_resource path="res://addons/dialogic/Nodes/TextBubble.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://addons/dialogic/Example Assets/backgrounds/GlossaryBackground.tres" type="StyleBox" id=2]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/CharacterVoice.gd" type="Script" id=3]
|
||||
[ext_resource path="res://addons/dialogic/Example Assets/Fonts/GlossaryFont.tres" type="DynamicFont" id=4]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/glossary_info.gd" type="Script" id=5]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/DialogNode.gd" type="Script" id=6]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/BackgroundMusic.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/random_audio_stream_player.gd" type="Script" id=8]
|
||||
[ext_resource path="res://addons/dialogic/Example Assets/Sound Effects/Beep.wav" type="AudioStream" id=9]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/DialogicCustomEvents.gd" type="Script" id=10]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/History.tscn" type="PackedScene" id=11]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/back_pressed.webp" type="Texture" id=12]
|
||||
[ext_resource path="res://scenes/Settings.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://resources/effects/blur.gdshader" type="Shader" id=14]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/back.webp" type="Texture" id=15]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/back_lighted.webp" type="Texture" id=16]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/load_pressed.webp" type="Texture" id=17]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/load_lighted.webp" type="Texture" id=18]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/load.webp" type="Texture" id=19]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/save.webp" type="Texture" id=20]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/save_lighted.webp" type="Texture" id=21]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/save_pressed.webp" type="Texture" id=22]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/map.webp" type="Texture" id=23]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/map_lighted.webp" type="Texture" id=24]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/history_lighted.webp" type="Texture" id=25]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/history_pressed.webp" type="Texture" id=26]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/map_pressed.webp" type="Texture" id=27]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/history.webp" type="Texture" id=28]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/auto_pressed.webp" type="Texture" id=29]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/auto.webp" type="Texture" id=30]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/auto_lighted.webp" type="Texture" id=31]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/forward_lighted.webp" type="Texture" id=32]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/options_pressed.webp" type="Texture" id=33]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/options_lighted.webp" type="Texture" id=34]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/forward.webp" type="Texture" id=35]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/options.webp" type="Texture" id=36]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/forward_pressed.webp" type="Texture" id=37]
|
||||
[ext_resource path="res://scenes/InGameLoadSave.tscn" type="PackedScene" id=38]
|
||||
[ext_resource path="res://scenes/Map.tscn" type="PackedScene" id=39]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/karma.webp" type="Texture" id=40]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/karma_lighted.webp" type="Texture" id=41]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/karma_pressed.webp" type="Texture" id=42]
|
||||
[ext_resource path="res://scenes/Karma.tscn" type="PackedScene" id=43]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/map_disable.webp" type="Texture" id=44]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/eye.webp" type="Texture" id=45]
|
||||
[ext_resource path="res://scripts/CustomTooltipInGame.gd" type="Script" id=46]
|
||||
[ext_resource path="res://resources/customControls/Twitch/TwitchPoll.tscn" type="PackedScene" id=47]
|
||||
[ext_resource path="res://scripts/CustomTooltipInGameForFullView.gd" type="Script" id=49]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/separator.webp" type="Texture" id=50]
|
||||
[ext_resource path="res://resources/graphics/GUI/InGameMenu/eye_lighted.webp" type="Texture" id=51]
|
||||
[ext_resource path="res://resources/customControls/ChangeKarma/ChangeKarmaContainer.tscn" type="PackedScene" id=52]
|
||||
[ext_resource path="res://scripts/CustomTooltipInGameBlinking.gd" type="Script" id=53]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=5]
|
||||
shader = ExtResource( 14 )
|
||||
shader_param/blur_amount = 0.0
|
||||
|
||||
[sub_resource type="Theme" id=6]
|
||||
|
||||
[sub_resource type="Animation" id=9]
|
||||
resource_name = "Blinking"
|
||||
length = 5.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"times": PoolRealArray( 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ) ]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/path = NodePath(".:rect_scale")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"times": PoolRealArray( 0, 0.83, 1.67, 2.5, 3.33, 4.16, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 0.3, 0.3 ), Vector2( 0.4, 0.4 ), Vector2( 0.3, 0.3 ), Vector2( 0.4, 0.4 ), Vector2( 0.3, 0.3 ), Vector2( 0.4, 0.4 ), Vector2( 0.3, 0.3 ) ]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/path = NodePath(".:rect_position")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/keys = {
|
||||
"times": PoolRealArray( 0, 0.83, 1.67, 2.5, 3.33, 4.16065, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 1325, 1029 ), Vector2( 1319, 1023 ), Vector2( 1325, 1029 ), Vector2( 1319, 1023 ), Vector2( 1325, 1029 ), Vector2( 1319, 1023 ), Vector2( 1325, 1029 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id=10]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Color( 1, 1, 1, 1 ) ]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/path = NodePath(".:rect_scale")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 0.4, 0.4 ) ]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/path = NodePath(".:rect_position")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 1325, 1029 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id=7]
|
||||
resource_name = "Blinking"
|
||||
length = 5.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"times": PoolRealArray( 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0.196078 ), Color( 1, 1, 1, 1 ) ]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/path = NodePath(".:rect_scale")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"times": PoolRealArray( 0, 0.83, 1.66, 2.49, 3.32, 4.15, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 0.33, 0.33 ), Vector2( 0.45, 0.45 ), Vector2( 0.33, 0.33 ), Vector2( 0.45, 0.45 ), Vector2( 0.33, 0.33 ), Vector2( 0.45, 0.45 ), Vector2( 0.33, 0.33 ) ]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/path = NodePath(".:rect_position")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/keys = {
|
||||
"times": PoolRealArray( 0, 0.83, 1.66, 2.49, 3.32, 4.15, 5 ),
|
||||
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 1374, 1029 ), Vector2( 1368, 1021 ), Vector2( 1374, 1029 ), Vector2( 1368, 1021 ), Vector2( 1374, 1029 ), Vector2( 1368, 1021 ), Vector2( 1374, 1029 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id=8]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/path = NodePath(".:modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Color( 1, 1, 1, 1 ) ]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/path = NodePath(".:rect_scale")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 0.33, 0.33 ) ]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/path = NodePath(".:rect_position")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/keys = {
|
||||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 0,
|
||||
"values": [ Vector2( 1374, 1029 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
bg_color = Color( 1, 1, 1, 0 )
|
||||
expand_margin_left = 10.0
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=2]
|
||||
extents = Vector2( 1024, 560 )
|
||||
|
||||
[node name="DialogNode" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
script = ExtResource( 6 )
|
||||
|
||||
[node name="Portraits" type="Control" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="Poll" parent="." instance=ExtResource( 47 )]
|
||||
visible = false
|
||||
position = Vector2( 918, 50 )
|
||||
z_index = 2
|
||||
|
||||
[node name="LoadSaveMenu" type="Control" parent="."]
|
||||
visible = false
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
|
||||
[node name="LoadSaveLayer" type="Node2D" parent="LoadSaveMenu"]
|
||||
|
||||
[node name="LoadSaveScene" parent="LoadSaveMenu/LoadSaveLayer" instance=ExtResource( 38 )]
|
||||
|
||||
[node name="Menu" type="Control" parent="."]
|
||||
visible = false
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
|
||||
[node name="MenuLayer" type="Node2D" parent="Menu"]
|
||||
z_index = 11
|
||||
z_as_relative = false
|
||||
|
||||
[node name="Settings" parent="Menu/MenuLayer" instance=ExtResource( 13 )]
|
||||
|
||||
[node name="Blur" type="Polygon2D" parent="Menu"]
|
||||
material = SubResource( 5 )
|
||||
z_index = 10
|
||||
|
||||
[node name="Map" parent="." instance=ExtResource( 39 )]
|
||||
visible = false
|
||||
|
||||
[node name="TextBubble" parent="." instance=ExtResource( 1 )]
|
||||
margin_left = -768.0
|
||||
margin_top = -216.0
|
||||
margin_right = 768.0
|
||||
margin_bottom = 0.0
|
||||
|
||||
[node name="ChangeKarmaContainer" parent="." instance=ExtResource( 52 )]
|
||||
margin_left = 1292.0
|
||||
margin_right = 0.0
|
||||
margin_bottom = -1030.0
|
||||
|
||||
[node name="BackButton" type="Control" parent="."]
|
||||
margin_right = 36.0
|
||||
margin_bottom = 27.0
|
||||
|
||||
[node name="FullView" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 200.0
|
||||
margin_top = 1030.0
|
||||
margin_right = 380.0
|
||||
margin_bottom = 1125.0
|
||||
rect_scale = Vector2( 0.4, 0.4 )
|
||||
hint_tooltip = "ui_fullview"
|
||||
texture_normal = ExtResource( 45 )
|
||||
texture_hover = ExtResource( 51 )
|
||||
script = ExtResource( 49 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="BackButton/FullView"]
|
||||
|
||||
[node name="BackButton" type="TextureButton" parent="BackButton"]
|
||||
visible = false
|
||||
margin_left = 1356.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1460.0
|
||||
margin_bottom = 1147.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
texture_normal = ExtResource( 15 )
|
||||
texture_pressed = ExtResource( 12 )
|
||||
texture_hover = ExtResource( 16 )
|
||||
|
||||
[node name="LoadButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1208.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1320.0
|
||||
margin_bottom = 1171.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_load"
|
||||
texture_normal = ExtResource( 19 )
|
||||
texture_pressed = ExtResource( 17 )
|
||||
texture_hover = ExtResource( 18 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="SaveButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1260.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1366.0
|
||||
margin_bottom = 1148.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_save"
|
||||
theme = SubResource( 6 )
|
||||
texture_normal = ExtResource( 20 )
|
||||
texture_pressed = ExtResource( 22 )
|
||||
texture_hover = ExtResource( 21 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="Separator3" type="TextureRect" parent="BackButton"]
|
||||
margin_left = 1305.0
|
||||
margin_top = 1021.0
|
||||
margin_right = 1338.0
|
||||
margin_bottom = 1200.0
|
||||
rect_scale = Vector2( 0.4, 0.3 )
|
||||
texture = ExtResource( 50 )
|
||||
|
||||
[node name="KarmaButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1325.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1453.0
|
||||
margin_bottom = 1159.0
|
||||
rect_scale = Vector2( 0.3, 0.3 )
|
||||
hint_tooltip = "ui_relationship"
|
||||
texture_normal = ExtResource( 40 )
|
||||
texture_pressed = ExtResource( 42 )
|
||||
texture_hover = ExtResource( 41 )
|
||||
script = ExtResource( 53 )
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="BackButton/KarmaButton"]
|
||||
reset_on_save = false
|
||||
anims/Blinking = SubResource( 9 )
|
||||
anims/RESET = SubResource( 10 )
|
||||
|
||||
[node name="MapButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1374.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1496.0
|
||||
margin_bottom = 1150.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_map"
|
||||
texture_normal = ExtResource( 23 )
|
||||
texture_pressed = ExtResource( 27 )
|
||||
texture_hover = ExtResource( 24 )
|
||||
texture_disabled = ExtResource( 44 )
|
||||
script = ExtResource( 53 )
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="BackButton/MapButton"]
|
||||
reset_on_save = false
|
||||
anims/Blinking = SubResource( 7 )
|
||||
anims/RESET = SubResource( 8 )
|
||||
|
||||
[node name="HistoryButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1429.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1590.0
|
||||
margin_bottom = 1150.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_history"
|
||||
texture_normal = ExtResource( 28 )
|
||||
texture_pressed = ExtResource( 26 )
|
||||
texture_hover = ExtResource( 25 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="Separator2" type="TextureRect" parent="BackButton"]
|
||||
margin_left = 1493.0
|
||||
margin_top = 1021.0
|
||||
margin_right = 1526.0
|
||||
margin_bottom = 1200.0
|
||||
rect_scale = Vector2( 0.4, 0.3 )
|
||||
texture = ExtResource( 50 )
|
||||
|
||||
[node name="AutoReadButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1515.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1586.0
|
||||
margin_bottom = 1146.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_autoread"
|
||||
toggle_mode = true
|
||||
texture_normal = ExtResource( 30 )
|
||||
texture_pressed = ExtResource( 29 )
|
||||
texture_hover = ExtResource( 31 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="FastForwardButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1550.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1676.0
|
||||
margin_bottom = 1148.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_skipseen"
|
||||
toggle_mode = true
|
||||
texture_normal = ExtResource( 35 )
|
||||
texture_pressed = ExtResource( 37 )
|
||||
texture_hover = ExtResource( 32 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="Separator" type="TextureRect" parent="BackButton"]
|
||||
margin_left = 1595.0
|
||||
margin_top = 1021.0
|
||||
margin_right = 1628.0
|
||||
margin_bottom = 1200.0
|
||||
rect_scale = Vector2( 0.4, 0.3 )
|
||||
texture = ExtResource( 50 )
|
||||
|
||||
[node name="OptionsButton" type="TextureButton" parent="BackButton"]
|
||||
margin_left = 1612.0
|
||||
margin_top = 1029.0
|
||||
margin_right = 1733.0
|
||||
margin_bottom = 1150.0
|
||||
rect_scale = Vector2( 0.33, 0.33 )
|
||||
hint_tooltip = "ui_menu"
|
||||
texture_normal = ExtResource( 36 )
|
||||
texture_pressed = ExtResource( 33 )
|
||||
texture_hover = ExtResource( 34 )
|
||||
script = ExtResource( 46 )
|
||||
|
||||
[node name="Options" type="VBoxContainer" parent="."]
|
||||
visible = false
|
||||
margin_top = 162.0
|
||||
margin_right = 1920.0
|
||||
margin_bottom = 1242.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Karma" type="Control" parent="."]
|
||||
visible = false
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
|
||||
[node name="KarmaLayer" type="Node2D" parent="Karma"]
|
||||
z_index = 3
|
||||
|
||||
[node name="KarmaScene" parent="Karma/KarmaLayer" instance=ExtResource( 43 )]
|
||||
|
||||
[node name="Blur" type="Polygon2D" parent="Karma"]
|
||||
material = SubResource( 5 )
|
||||
z_index = 1
|
||||
|
||||
[node name="FX" type="Control" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
__meta__ = {
|
||||
"_edit_group_": true,
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="BackgroundMusic" parent="FX" instance=ExtResource( 7 )]
|
||||
|
||||
[node name="CharacterVoice" type="AudioStreamPlayer" parent="FX"]
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="Audio" type="Node" parent="FX"]
|
||||
|
||||
[node name="Typing" type="AudioStreamPlayer" parent="FX/Audio"]
|
||||
script = ExtResource( 8 )
|
||||
samples = [ ExtResource( 9 ) ]
|
||||
random_strategy = 2
|
||||
|
||||
[node name="Waiting" type="AudioStreamPlayer" parent="FX/Audio"]
|
||||
script = ExtResource( 8 )
|
||||
samples = [ ExtResource( 9 ) ]
|
||||
random_strategy = 2
|
||||
|
||||
[node name="Passing" type="AudioStreamPlayer" parent="FX/Audio"]
|
||||
script = ExtResource( 8 )
|
||||
samples = [ ExtResource( 9 ) ]
|
||||
random_strategy = 2
|
||||
|
||||
[node name="Hovering" type="AudioStreamPlayer" parent="FX/Audio"]
|
||||
script = ExtResource( 8 )
|
||||
samples = [ ExtResource( 9 ) ]
|
||||
random_strategy = 2
|
||||
|
||||
[node name="Selecting" type="AudioStreamPlayer" parent="FX/Audio"]
|
||||
script = ExtResource( 8 )
|
||||
samples = [ ExtResource( 9 ) ]
|
||||
random_strategy = 2
|
||||
|
||||
[node name="DefinitionInfo" type="PanelContainer" parent="."]
|
||||
visible = false
|
||||
margin_right = 208.0
|
||||
mouse_filter = 1
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
custom_styles/panel = ExtResource( 2 )
|
||||
script = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_edit_group_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="DefinitionInfo"]
|
||||
margin_right = 208.0
|
||||
margin_bottom = 143.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 2
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Title" type="RichTextLabel" parent="DefinitionInfo/VBoxContainer"]
|
||||
margin_right = 208.0
|
||||
margin_bottom = 27.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 4
|
||||
custom_colors/default_color = Color( 1, 1, 1, 1 )
|
||||
custom_fonts/normal_font = ExtResource( 4 )
|
||||
custom_styles/normal = SubResource( 1 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "This is the title"
|
||||
text = "This is the title"
|
||||
fit_content_height = true
|
||||
scroll_active = false
|
||||
|
||||
[node name="Content" type="RichTextLabel" parent="DefinitionInfo/VBoxContainer"]
|
||||
margin_top = 31.0
|
||||
margin_right = 208.0
|
||||
margin_bottom = 112.0
|
||||
size_flags_horizontal = 3
|
||||
custom_colors/default_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
||||
custom_fonts/normal_font = ExtResource( 4 )
|
||||
custom_styles/normal = SubResource( 1 )
|
||||
bbcode_enabled = true
|
||||
fit_content_height = true
|
||||
scroll_active = false
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Extra" type="RichTextLabel" parent="DefinitionInfo/VBoxContainer"]
|
||||
margin_top = 116.0
|
||||
margin_right = 208.0
|
||||
margin_bottom = 143.0
|
||||
size_flags_horizontal = 3
|
||||
custom_colors/default_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
||||
custom_fonts/normal_font = ExtResource( 4 )
|
||||
custom_styles/normal = SubResource( 1 )
|
||||
bbcode_enabled = true
|
||||
fit_content_height = true
|
||||
scroll_active = false
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Timer" type="Timer" parent="DefinitionInfo"]
|
||||
|
||||
[node name="OptionsDelayedInput" type="Timer" parent="."]
|
||||
|
||||
[node name="DialogicTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="CustomEvents" type="Node" parent="."]
|
||||
script = ExtResource( 10 )
|
||||
|
||||
[node name="History" parent="." instance=ExtResource( 11 )]
|
||||
|
||||
[node name="TouchScreenButton" type="TouchScreenButton" parent="."]
|
||||
shape = SubResource( 2 )
|
||||
shape_visible = false
|
||||
action = "dialogic_default_action"
|
||||
visibility_mode = 1
|
||||
|
||||
[connection signal="button_up" from="BackButton/FullView" to="." method="_on_FullView_button_up"]
|
||||
[connection signal="mouse_exited" from="BackButton/FullView" to="." method="_on_FullView_mouse_exited"]
|
||||
[connection signal="tween_all_completed" from="BackButton/FullView/Tween" to="BackButton/FullView" method="_on_Tween_tween_all_completed"]
|
||||
[connection signal="pressed" from="BackButton/BackButton" to="." method="_on_BackButton_pressed"]
|
||||
[connection signal="button_down" from="BackButton/LoadButton" to="." method="_on_LoadButton_button_down"]
|
||||
[connection signal="button_down" from="BackButton/SaveButton" to="." method="_on_SaveButton_button_down"]
|
||||
[connection signal="mouse_entered" from="BackButton/KarmaButton" to="BackButton/KarmaButton" method="_on_KarmaButton_mouse_entered"]
|
||||
[connection signal="pressed" from="BackButton/KarmaButton" to="." method="_on_KarmaButton_pressed"]
|
||||
[connection signal="button_down" from="BackButton/MapButton" to="." method="_on_MapButton_button_down"]
|
||||
[connection signal="mouse_entered" from="BackButton/MapButton" to="BackButton/MapButton" method="_on_MapButton_mouse_entered"]
|
||||
[connection signal="pressed" from="BackButton/HistoryButton" to="." method="_on_HistoryButton_pressed"]
|
||||
[connection signal="pressed" from="BackButton/AutoReadButton" to="." method="_on_AutoReadButton_pressed"]
|
||||
[connection signal="pressed" from="BackButton/FastForwardButton" to="." method="_on_FastForwardButton_pressed"]
|
||||
[connection signal="pressed" from="BackButton/OptionsButton" to="." method="_on_OptionsButton_pressed"]
|
||||
[connection signal="timeout" from="DefinitionInfo/Timer" to="." method="_on_Definition_Timer_timeout"]
|
Loading…
Add table
Add a link
Reference in a new issue