From 821e3f7072b040f57e33785536a4f00a064a0069 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Sun, 18 Mar 2018 17:25:05 +0000 Subject: Optional alpha channel support for entities --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game') diff --git a/builtin/game/features.lua b/builtin/game/features.lua index ef85fbbc3..e6787a564 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -11,6 +11,7 @@ core.features = { area_store_custom_ids = true, add_entity_with_staticdata = true, no_chat_message_prediction = true, + object_use_texture_alpha = true, } function core.has_feature(arg) -- cgit v1.2.3