Add a cool ASCII art
This commit is contained in:
parent
10629aeb89
commit
03968b70c5
|
@ -1,4 +1,9 @@
|
||||||
# i3
|
██╗██████╗
|
||||||
|
██║╚════██╗
|
||||||
|
██║ █████╔╝
|
||||||
|
██║ ╚═══██╗
|
||||||
|
██║██████╔╝
|
||||||
|
╚═╝╚═════╝
|
||||||
|
|
||||||
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [![GitHub Release](https://img.shields.io/github/release/minetest-mods/i3.svg?style=flat)]() [![ContentDB](https://content.minetest.net/packages/jp/i3/shields/downloads/)](https://content.minetest.net/packages/jp/i3/) [![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/jpg84240)
|
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [![GitHub Release](https://img.shields.io/github/release/minetest-mods/i3.svg?style=flat)]() [![ContentDB](https://content.minetest.net/packages/jp/i3/shields/downloads/)](https://content.minetest.net/packages/jp/i3/) [![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg)](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")
|
||||||
|
|
Ŝarĝante…
Reference in New Issue