Skip to content

Commit

Permalink
Fix texture issue when exporting
Browse files Browse the repository at this point in the history
Fix shader parameters specified in the inspector are not included when exporting a project
godotengine/godot#66842
  • Loading branch information
SkyBird233 committed Feb 8, 2024
1 parent 29c7df1 commit 1ce0371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ run/main_scene="res://Scenes/main.tscn"
config/features=PackedStringArray("4.2", "GL Compatibility")
config/icon="res://icon.svg"

[editor]

export/convert_text_resources_to_binary=false

[input]

move_w={
Expand Down

0 comments on commit 1ce0371

Please sign in to comment.