mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Large update (#11)
* Add a lot of new stuff
* Add even more new stuff
* Fix /start...
* Revert "Fix /start..."
This reverts commit 00b55b666a.
* Fix syntax error.. (how did this get here)
* Fix countdown persisting after aborting
* Add xpanes for the snow map
* Change the 'your' in the loading tips
why english why -_-
Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
* Another loading tips change...
Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
* Fix '/stop' crashing...
* Fix another crash with /stop...
* Update mods/game/functions/init.lua
Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
* Remove snow map for now
* Remove a loading tip...
* Rename /list_maps to /maps
* Update map making README
* Hopefully fix whitespaces...
---------
Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
This commit is contained in:
parent
fc1407feff
commit
46ce669100
48 changed files with 677 additions and 188 deletions
32
mods/mtg/xpanes/README.txt
Normal file
32
mods/mtg/xpanes/README.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Minetest Game mod: xpanes
|
||||
=========================
|
||||
See license.txt for license information.
|
||||
|
||||
Authors of source code
|
||||
----------------------
|
||||
Originally by xyz (MIT)
|
||||
BlockMen (MIT)
|
||||
sofar (MIT)
|
||||
Various Minetest Game developers and contributors (MIT)
|
||||
|
||||
Authors of media (textures)
|
||||
---------------------------
|
||||
xyz (CC BY-SA 3.0):
|
||||
All textures not mentioned below.
|
||||
|
||||
Gambit (CC BY-SA 3.0):
|
||||
xpanes_bar.png
|
||||
|
||||
paramat (CC BY-SA 3.0):
|
||||
xpanes_bar_top.png
|
||||
|
||||
Krock (CC0 1.0):
|
||||
xpanes_edge.png
|
||||
|
||||
TumeniNodes (CC BY-SA 3.0):
|
||||
xpanes_door_steel_bar.png
|
||||
xpanes_item_steel_bar.png
|
||||
xpanes_trapdoor_steel_bar.png
|
||||
xpanes_trapdoor_steel_bar_side.png
|
||||
xpanes_steel_bar_door_close.ogg
|
||||
xpanes_steel_bar_door_open.ogg
|
||||
Loading…
Add table
Add a link
Reference in a new issue