Updated the folder structure

This commit is contained in:
2023-03-07 23:31:35 +01:00
parent 34e0afb2e8
commit 7bfec78a51
8 changed files with 22 additions and 0 deletions
+13
View File
@@ -4,3 +4,16 @@
3 Points is a map for it. 3 points has 3 islands, 3 players, and and a whole lot of water.
# Reference
- [0 A.D. Modding Guide](https://trac.wildfiregames.com/wiki/Modding_Guide#Howtoinstallmods)
- [Guide for publishing mods on mod.io - Game Modification - Wildfire Games Community Forums](https://wildfiregames.com/forum/topic/24333-guide-for-publishing-mods-on-modio/)
# Links
- [0ad-matters/0ad-maps: Unofficial @0ad maps that focus on placing teammates more closely together](https://github.com/0ad-matters/0ad-maps)

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 265 KiB

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 194 KiB

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

Before

Width:  |  Height:  |  Size: 728 KiB

After

Width:  |  Height:  |  Size: 728 KiB

+9
View File
@@ -0,0 +1,9 @@
{
"name": "3-points",
"version": "1.0.0",
"label": "0 A.D. 3 Points Map",
"url": "https://git.eurobytes.eu/imri/3_points",
"description": "3 Points is a map. 3 points has 3 islands, 3 players, and a whole lot of water.",
"dependencies": ["0ad>=0.0.26"],
"type": "maps"
}