initial commit
This commit is contained in:
commit
842d6f6297
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 ExeVirus
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Classic Levels
|
||||
|
||||
The original Game Jam 2021 levelset
|
18
init.lua
Normal file
18
init.lua
Normal file
@ -0,0 +1,18 @@
|
||||
ll_runtime.register_level(dofile(minetest.get_modpath("player_api") .. "/api.lua")
|
||||
minetest.get_modpath("classic_levels").."schemes/lady.mts",
|
||||
1,
|
||||
"test",
|
||||
{x=50,y=0,z=50},
|
||||
1,
|
||||
"lady_assets_grass",
|
||||
table.concat(
|
||||
{
|
||||
"formspec_version[3]",
|
||||
"size[8,8]",
|
||||
"position[0.5,0.5]",
|
||||
"anchor[0.5,0.5]",
|
||||
"no_prepend[]",
|
||||
"bgcolor[","#F0F0F0FF",";both;#AAAAAA40]",
|
||||
"hypertext[2,3.5;4,4.25;;<global halign=center color=",primary_c," size=32 font=Regular>Level 1<global halign=center color=",on_secondary_c," size=16 font=Regular>\n",
|
||||
},
|
||||
theme)
|
3
mod.conf
Normal file
3
mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = classic_levels
|
||||
description = Original Game Jame 2021 Levels for LittleLady
|
||||
depends = ll_runtime
|
BIN
schemes/lady.mts
Normal file
BIN
schemes/lady.mts
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user