forked from VoxeLibre/VoxeLibre
Add informative text art
This commit is contained in:
parent
60ac3058ce
commit
a05ebd7cc2
|
@ -1,7 +1,16 @@
|
||||||
local vector_direction = vector.direction
|
local vector_direction = vector.direction
|
||||||
local minetest_dir_to_yaw = minetest.dir_to_yaw
|
local minetest_dir_to_yaw = minetest.dir_to_yaw
|
||||||
local vector_distance = vector.distance
|
local vector_distance = vector.distance
|
||||||
|
--[[
|
||||||
|
_____ _ _
|
||||||
|
| ___| | | | |
|
||||||
|
| |____ ___ __ | | ___ __| | ___
|
||||||
|
| __\ \/ / '_ \| |/ _ \ / _` |/ _ \
|
||||||
|
| |___> <| |_) | | (_) | (_| | __/
|
||||||
|
\____/_/\_\ .__/|_|\___/ \__,_|\___|
|
||||||
|
| |
|
||||||
|
|_|
|
||||||
|
]]--
|
||||||
|
|
||||||
mobs.explode_attack_walk = function(self,dtime)
|
mobs.explode_attack_walk = function(self,dtime)
|
||||||
|
|
||||||
|
@ -73,6 +82,17 @@ end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
--[[
|
||||||
|
______ _
|
||||||
|
| ___ \ | |
|
||||||
|
| |_/ / _ _ __ ___| |__
|
||||||
|
| __/ | | | '_ \ / __| '_ \
|
||||||
|
| | | |_| | | | | (__| | | |
|
||||||
|
\_| \__,_|_| |_|\___|_| |_|
|
||||||
|
]]--
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
mobs.punch_attack_walk = function(self,dtime)
|
mobs.punch_attack_walk = function(self,dtime)
|
||||||
|
|
||||||
--this needs an exception
|
--this needs an exception
|
||||||
|
|
Loading…
Reference in New Issue