Skip to content

Commit

Permalink
update docs v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jun 22, 2023
1 parent ce67b7e commit 39dd49a
Show file tree
Hide file tree
Showing 28 changed files with 2,549 additions and 2,480 deletions.
23 changes: 8 additions & 15 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@
--dark-hl-3: #569CD6;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #098658;
--dark-hl-5: #B5CEA8;
--light-hl-6: #001080;
--dark-hl-6: #9CDCFE;
--light-hl-7: #000000FF;
--dark-hl-7: #D4D4D4;
--light-hl-8: #008000;
--dark-hl-8: #6A9955;
--light-hl-9: #AF00DB;
--dark-hl-9: #C586C0;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #000000FF;
--dark-hl-6: #D4D4D4;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -33,7 +31,6 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--code-background: var(--light-code-background);
} }

Expand All @@ -47,7 +44,6 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--code-background: var(--dark-code-background);
} }

Expand All @@ -61,7 +57,6 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--code-background: var(--light-code-background);
}

Expand All @@ -75,7 +70,6 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--code-background: var(--dark-code-background);
}

Expand All @@ -88,5 +82,4 @@
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

324 changes: 154 additions & 170 deletions docs/classes/Client.html

Large diffs are not rendered by default.

147 changes: 78 additions & 69 deletions docs/classes/Peer.html

Large diffs are not rendered by default.

131 changes: 70 additions & 61 deletions docs/classes/TankPacket.html

Large diffs are not rendered by default.

148 changes: 80 additions & 68 deletions docs/classes/TextPacket.html

Large diffs are not rendered by default.

140 changes: 75 additions & 65 deletions docs/classes/Variant.html

Large diffs are not rendered by default.

131 changes: 66 additions & 65 deletions docs/enums/PacketTypes.html

Large diffs are not rendered by default.

379 changes: 190 additions & 189 deletions docs/enums/TankTypes.html

Large diffs are not rendered by default.

1,168 changes: 584 additions & 584 deletions docs/enums/TileActionTypes.html

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions docs/enums/TileCategoryFlags.html

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions docs/enums/TileExtraTypes.html

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions docs/enums/TileFlags.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions docs/enums/TileOptionsFlags.html

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions docs/enums/TilePropertiesFlags.html

Large diffs are not rendered by default.

115 changes: 58 additions & 57 deletions docs/enums/VariantTypes.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/functions/parseText.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions docs/index.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/interfaces/ActionEvent.html

Large diffs are not rendered by default.

109 changes: 75 additions & 34 deletions docs/interfaces/ClientOptions.html

Large diffs are not rendered by default.

168 changes: 85 additions & 83 deletions docs/interfaces/ClientType.html

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions docs/interfaces/DataObject.html

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions docs/interfaces/LoginInfo.html

Large diffs are not rendered by default.

187 changes: 94 additions & 93 deletions docs/interfaces/Tank.html

Large diffs are not rendered by default.

81 changes: 42 additions & 39 deletions docs/interfaces/VariantOptions.html

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions docs/modules.html

Large diffs are not rendered by default.

57 changes: 29 additions & 28 deletions docs/types/Sendable.html

Large diffs are not rendered by default.

57 changes: 29 additions & 28 deletions docs/types/VariantArg.html

Large diffs are not rendered by default.

0 comments on commit 39dd49a

Please sign in to comment.