Skip to content

Commit 79d2ac0

Browse files
authored
Merge pull request #10 from zaknafean/dialogic-version-upgrade
Dialogic version upgrade
2 parents f448581 + c2d0047 commit 79d2ac0

File tree

218 files changed

+7892
-6189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+7892
-6189
lines changed

SmallRPG/SmallRPG.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func fade(fade_in:= false):
2323

2424
func _input(_event:InputEvent) -> void:
2525
if Input.is_key_pressed(KEY_ESCAPE):
26-
if Dialogic.has_active_layout_node():
26+
if Dialogic.Styles.has_active_layout_node():
2727
Dialogic.Styles.get_layout_node().queue_free()
2828
await fade()
2929
get_tree().change_scene_to_file("res://MainMenu/Menu.tscn")

Smartphone/SmartphoneLayout.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="1_lblyi"]
44
[ext_resource type="Script" path="res://Smartphone/SmartphoneLayout.gd" id="1_qguno"]
5-
[ext_resource type="Texture2D" uid="uid://byaate5oq35el" path="res://Smartphone/Assets/GalaxyNote3.png" id="2_nhqfc"]
5+
[ext_resource type="Texture2D" uid="uid://2qcib4nigr0o" path="res://Smartphone/Assets/GalaxyNote3.png" id="2_nhqfc"]
66
[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/node_choice_button.gd" id="4_jhrew"]
77

88
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3p03"]

0 commit comments

Comments
 (0)