Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
thanks_dev: # Replace with a single thanks.dev username
custom: ['https://www.donationalerts.com/r/h2xdeveloper']
5 changes: 5 additions & 0 deletions addons/godotvmf/godotvmt/vmt_loader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ static func load(path: String):
var extend_transformer = Engine.get_main_loop().root.get_node_or_null("VMTExtend");
var uniforms: Array = material.shader.get_shader_uniform_list() if material is ShaderMaterial else [];

if shader_name == "unlitgeneric":
material.shading_mode = 0
elif shader_name == "vertexlitgeneric":
material.shading_mode = 2

for key in details.keys():
var value = details[key];
var is_compile_key = key.begins_with("%");
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ If you have some ideas, suggestions regarding to quality or solutions of the pro
[URAKOLOUY5](https://github.com/URAKOLOUY5)
[ckaiser](https://github.com/ckaiser)
[jamop4](https://github.com/jamop4)
[Catperson6](https://github.com/catperson6real-dev)

## License
MIT