From 8aafe6608cba8a95e792efb973cb8fc5d0f1e44e Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Thu, 21 Jul 2022 07:57:45 +0200 Subject: [PATCH] update API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 42c19fc..8105719 100644 --- a/API.md +++ b/API.md @@ -236,7 +236,7 @@ signs_lib.register_sign("basic_signs:sign_wall_glass", { allow_onpole = true, allow_onpole_horizontal = true, allow_yard = true, - use_texture_alpha = true, + use_texture_alpha = "blend", }) ```