Skip to content

Commit

Permalink
Merge pull request #141 from Jeremi360/1.0
Browse files Browse the repository at this point in the history
beta2
  • Loading branch information
Jeremi360 authored Sep 8, 2022
2 parents f5e89e7 + 9e85210 commit 676c046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/vnkit
Submodule vnkit updated from 157f45 to ffb646
1 change: 1 addition & 0 deletions plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ func _plugging():
# By default, only "addons/" directory will be installed
plug("rakugoteam/Emojis-For-Godot", {"include": ["addons", ".import/"]})
plug("rakugoteam/Godot-Material-Icons", {"include": ["addons", ".import/"]})
plug("rakugoteam/AdvancedText")
plug("rakugoteam/Rakugo", {"include": ["addons/rakugo", ".import/"]})

## comment-out if of you don't want to update kit itself
Expand Down
4 changes: 3 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ EBBCodeParser="*res://addons/advanced-text/parsers/EBBCodeParser.gd"
MarkdownParser="*res://addons/advanced-text/parsers/MarkdownParser.gd"
RenpyParser="*res://addons/advanced-text/parsers/RenpyParser.gd"
Rakugo="*res://addons/Rakugo/Rakugo.tscn"
Settings="*res://addons/Rakugo/Settings.gd"
Window="*res://addons/vnkit/Window/Window.tscn"
Kit="*res://addons/vnkit/kit.gd"

Expand All @@ -157,6 +156,9 @@ gdscript/warnings/return_value_discarded=false

window/stretch/mode="2d"
window/stretch/aspect="keep"
window/size/maximized=false
window/size=false
window=false

[editor_plugins]

Expand Down

0 comments on commit 676c046

Please sign in to comment.