-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from Lamby777/dialog-choices
Dialog box choice stuff (mega-PR lol)
- Loading branch information
Showing
14 changed files
with
594 additions
and
399 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
[gd_scene format=3 uid="uid://ckyanktf41aox"] | ||
|
||
[node name="DChoice" type="DChoice"] | ||
offset_right = 40.0 | ||
offset_bottom = 40.0 | ||
offset_right = 200.0 | ||
offset_bottom = 200.0 | ||
|
||
[node name="Label" type="RichTextLabel" parent="."] | ||
layout_mode = 2 | ||
size_flags_vertical = 8 | ||
theme_override_colors/default_color = Color(0.803922, 0.839216, 0.956863, 1) | ||
theme_override_font_sizes/normal_font_size = 56 | ||
bbcode_enabled = true | ||
text = "Amogus" | ||
text = "Sample Text Words Words More Words" | ||
fit_content = true | ||
scroll_active = false | ||
autowrap_mode = 0 |
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 was deleted.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.