1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-12-26 01:00:17 +01:00

update API.md

This commit is contained in:
Niklp 2022-07-21 07:57:45 +02:00 committed by Buckaroo Banzai
parent e66863d115
commit 8aafe6608c

2
API.md
View File

@ -236,7 +236,7 @@ signs_lib.register_sign("basic_signs:sign_wall_glass", {
allow_onpole = true, allow_onpole = true,
allow_onpole_horizontal = true, allow_onpole_horizontal = true,
allow_yard = true, allow_yard = true,
use_texture_alpha = true, use_texture_alpha = "blend",
}) })
``` ```