mirror of
https://github.com/minetest-mods/i3.git
synced 2025-03-20 11:40:27 +01:00
Add a cool ASCII art
This commit is contained in:
parent
10629aeb89
commit
03968b70c5
@ -1,4 +1,9 @@
|
|||||||
# i3
|
██╗██████╗
|
||||||
|
██║╚════██╗
|
||||||
|
██║ █████╔╝
|
||||||
|
██║ ╚═══██╗
|
||||||
|
██║██████╔╝
|
||||||
|
╚═╝╚═════╝
|
||||||
|
|
||||||
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) []() [](https://content.minetest.net/packages/jp/i3/) [](https://www.paypal.me/jpg84240)
|
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) []() [](https://content.minetest.net/packages/jp/i3/) [](https://www.paypal.me/jpg84240)
|
||||||
|
|
||||||
|
12
init.lua
12
init.lua
@ -1,3 +1,15 @@
|
|||||||
|
print[[
|
||||||
|
|
||||||
|
Powered by
|
||||||
|
|
||||||
|
██╗██████╗
|
||||||
|
██║╚════██╗
|
||||||
|
██║ █████╔╝
|
||||||
|
██║ ╚═══██╗
|
||||||
|
██║██████╔╝
|
||||||
|
╚═╝╚═════╝
|
||||||
|
]]
|
||||||
|
|
||||||
local modpath = core.get_modpath"i3"
|
local modpath = core.get_modpath"i3"
|
||||||
local http = core.request_http_api()
|
local http = core.request_http_api()
|
||||||
local _loadfile = dofile(modpath .. "/src/operators.lua")
|
local _loadfile = dofile(modpath .. "/src/operators.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user