Skip to content

Commit

Permalink
Merge pull request #10 from zaknafean/dialogic-version-upgrade
Browse files Browse the repository at this point in the history
Dialogic version upgrade
  • Loading branch information
zaknafean authored Mar 26, 2024
2 parents f448581 + c2d0047 commit 79d2ac0
Show file tree
Hide file tree
Showing 218 changed files with 7,892 additions and 6,189 deletions.
2 changes: 1 addition & 1 deletion SmallRPG/SmallRPG.gd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func fade(fade_in:= false):

func _input(_event:InputEvent) -> void:
if Input.is_key_pressed(KEY_ESCAPE):
if Dialogic.has_active_layout_node():
if Dialogic.Styles.has_active_layout_node():
Dialogic.Styles.get_layout_node().queue_free()
await fade()
get_tree().change_scene_to_file("res://MainMenu/Menu.tscn")
2 changes: 1 addition & 1 deletion Smartphone/SmartphoneLayout.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_v3p03"]
Expand Down
Loading

0 comments on commit 79d2ac0

Please sign in to comment.