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
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -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",
})
```