Updated the folder structure
@@ -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 |
@@ -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"
|
||||
}
|
||||