-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many changes for 4.0 by Jowan(#1045)
- Loading branch information
1 parent
d794bce
commit 90b1f14
Showing
79 changed files
with
1,131 additions
and
1,363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
517 changes: 201 additions & 316 deletions
517
addons/dialogic/Editor/CharacterEditor/CharacterEditor.tscn
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 22 additions & 30 deletions
52
addons/dialogic/Editor/CharacterEditor/PortraitEntry.tscn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
[gd_scene load_steps=3 format=2] | ||
[gd_scene load_steps=2 format=3 uid="uid://duj8nl0vpms35"] | ||
|
||
[ext_resource path="res://addons/dialogic/Editor/Common/TLabel.gd" type="Script" id=1] | ||
|
||
[sub_resource type="StyleBoxFlat" id=1] | ||
bg_color = Color( 1, 1, 1, 0 ) | ||
[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/TLabel.gd" id="1"] | ||
|
||
[node name="TLabel" type="Label"] | ||
anchor_right = 1.0 | ||
anchor_bottom = 1.0 | ||
custom_styles/normal = SubResource( 1 ) | ||
text = "Some cool text" | ||
script = ExtResource( 1 ) | ||
script = ExtResource("1") | ||
mode = null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.