switch mobile, fix shader

This commit is contained in:
Nordup 2024-07-16 01:28:12 +04:00
parent 6d009d0fc1
commit d4190fbd9e
7 changed files with 21 additions and 14 deletions

View file

@ -70,7 +70,7 @@ func ext_texture_format(format: RenderingDevice.DataFormat) -> void:
func first_frame_drawn() -> void:
set_param("fill_alpha", true)
set_param("show_render", true)
func set_param(param: StringName, value: Variant) -> void: