+2
-3
.gitignore
+2
-3
.gitignore
-4
Atproto/Atproto.csproj
-4
Atproto/Atproto.csproj
···
13
13
<Reference Include="Serilog" Private="false"/>
14
14
</ItemGroup>
15
15
16
-
<ItemGroup>
17
-
<None Include="manifest.json" CopyToOutputDirectory="PreserveNewest"/>
18
-
</ItemGroup>
19
-
20
16
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(GDWeavePath)' != ''">
21
17
<ItemGroup>
22
18
<_SourceFiles Include="$(OutDir)\**\*.*"/>
-14
Atproto/manifest.json
-14
Atproto/manifest.json
···
1
-
{
2
-
"Id": "Atproto",
3
-
"AssemblyPath": "Atproto.dll",
4
-
"Metadata": {
5
-
"Name": "Atproto Webfishing",
6
-
"Author": "Estym",
7
-
"Version": "1.0.3",
8
-
"Description": "A mod that sends data to your AtProto PDS."
9
-
},
10
-
"PackPath": "atproto.pck",
11
-
"Dependencies": [
12
-
"TackleBox"
13
-
]
14
-
}
-1
gdscript/.import/.gdignore
-1
gdscript/.import/.gdignore
···
1
-
gdscript/mods/Atproto/assets/at_proto.tres
project/mods/Atproto/assets/at_proto.tres
gdscript/mods/Atproto/assets/at_proto.tres
project/mods/Atproto/assets/at_proto.tres
gdscript/mods/Atproto/atproto_client.gd
project/mods/Atproto/atproto_client.gd
gdscript/mods/Atproto/atproto_client.gd
project/mods/Atproto/atproto_client.gd
gdscript/mods/Atproto/main.gd
project/mods/Atproto/main.gd
gdscript/mods/Atproto/main.gd
project/mods/Atproto/main.gd
gdscript/project.godot
project/project.godot
gdscript/project.godot
project/project.godot
icon.png
icon.png
This is a binary file and will not be displayed.
+20
manifestation.toml
+20
manifestation.toml
···
1
+
id = "Atproto"
2
+
name = "Atproto Webfishing"
3
+
description = "A mod that sends data to your AtProto PDS."
4
+
version = "1.0.3"
5
+
homepage = "https://tangled.org/@regnault.dev/webfishing-atproto"
6
+
author = "Estym"
7
+
8
+
icon = "icon.png"
9
+
readme = "README.md"
10
+
11
+
[project]
12
+
csharp = "./Atproto/Atproto.csproj"
13
+
godot = "./project/project.godot"
14
+
15
+
[[dependencies]]
16
+
thunderstore_version = "NotNet-GDWeave-2.0.12"
17
+
18
+
[[dependencies]]
19
+
id = "TackleBox"
20
+
thunderstore_version = "PuppyGirl-TackleBox-0.5.2"