Add a cool ASCII art

This commit is contained in:
Jean-Patrick Guerrero 2021-12-09 03:02:34 +01:00
parent 10629aeb89
commit 03968b70c5
2 changed files with 18 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,15 @@
print[[
Powered by
]]
local modpath = core.get_modpath"i3"
local http = core.request_http_api()
local _loadfile = dofile(modpath .. "/src/operators.lua")