From e7b5ffbc476e1bc86f8798976b46e0c3045aaa8a Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Mon, 28 Feb 2022 19:22:08 -0400 Subject: [PATCH] docs - fix missing colon in sintax game_api --- game_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_api.txt b/game_api.txt index fda371c..7af8837 100644 --- a/game_api.txt +++ b/game_api.txt @@ -500,7 +500,7 @@ TNT API * `side` Side tiles. By default the name of the tnt with a suffix of `_side.png`. * `top` Top tile. By default the name of the tnt with a suffix of `_top.png`. * `bottom` Bottom tile. By default the name of the tnt with a suffix of `_bottom.png`. - * `burning` Top tile when lit. By default the name of the tnt with a suffix of `_top_burning_animated.png". + * `burning` Top tile when lit. By default the name of the tnt with a suffix of `_top_burning_animated.png`. `tnt.boom(position[, definition])`