diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/default.lua | 2 | ||||
-rw-r--r-- | data/textures/tnt_bottom.png | bin | 0 -> 161 bytes | |||
-rw-r--r-- | data/textures/tnt_side.png | bin | 0 -> 186 bytes | |||
-rw-r--r-- | data/textures/tnt_top.png | bin | 0 -> 264 bytes |
4 files changed, 2 insertions, 0 deletions
diff --git a/data/scripts/default.lua b/data/scripts/default.lua index 7d3242837..46d9fbf6c 100644 --- a/data/scripts/default.lua +++ b/data/scripts/default.lua @@ -146,6 +146,8 @@ local TNT = { collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5}, visual = "cube", textures = {"tnt_top.png","tnt_bottom.png","tnt_side.png","tnt_side.png","tnt_side.png","tnt_side.png"}, + --visual = "single_sprite", + --textures = {"mese.png^[forcesingle"}, -- Initial value for our timer timer = 0, -- List names of state variables, for serializing object state diff --git a/data/textures/tnt_bottom.png b/data/textures/tnt_bottom.png Binary files differnew file mode 100644 index 000000000..8ba2fca0b --- /dev/null +++ b/data/textures/tnt_bottom.png diff --git a/data/textures/tnt_side.png b/data/textures/tnt_side.png Binary files differnew file mode 100644 index 000000000..d9a2bc4eb --- /dev/null +++ b/data/textures/tnt_side.png diff --git a/data/textures/tnt_top.png b/data/textures/tnt_top.png Binary files differnew file mode 100644 index 000000000..a84ffc9af --- /dev/null +++ b/data/textures/tnt_top.png |