tangled
alpha
login
or
join now
regnault.dev
/
webfishing-macos-installer
0
fork
atom
A native webfishing installer for macos
0
fork
atom
overview
issues
pulls
pipelines
modifies mod example and readme due to typo
regnault.dev
1 year ago
7a731e98
69e17b5b
+2
-2
2 changed files
expand all
collapse all
unified
split
README.md
example_mods
ship
manifest.json
+1
-1
README.md
···
38
38
"resource_prefix": "res://Mods/Ship/" // Resource path prefix for the mod resources
39
39
},
40
40
41
41
-
"mod_patches": [ // Array of patches
41
41
+
"patches": [ // Array of patches
42
42
{
43
43
"resource": "res://Scenes/Entities/Player/player.gdc", // Resource to patch
44
44
"patch_file": "patch/player.patch" // relative file path to the patch file
+1
-1
example_mods/ship/manifest.json
···
5
5
"directory": "pck",
6
6
"resource_prefix": "res://Mods/Ship/"
7
7
},
8
8
-
"mod_patches": [
8
8
+
"patches": [
9
9
{
10
10
"resource": "res://Scenes/Entities/Player/player.gdc",
11
11
"patch_file": "patch/player.patch"