Skip to content

Commit 585ff90

Browse files
Feature and versioning update.
1 parent b3ad5af commit 585ff90

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

FuncGodot Manual/pages/ref_fgd_resources.html

+8
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ <h2 id="Entity">FuncGodotFGDEntityClass</h2>
112112
<td>Dictionary</td>
113113
<td>Map editor descriptions for the previously defined key value pair properties. Not required for added properties but recommended.</td>
114114
</tr>
115+
<tr>
116+
<td>Auto Apply To Matching Node Properties</td>
117+
<td>Bool</td>
118+
<td>
119+
Automatically applies entity class properties to matching properties in the generated node.
120+
When using this feature, class properties need to be the correct type or you may run into errors on map build.
121+
</td>
122+
</tr>
115123
<tr>
116124
<td>Meta Properties</td>
117125
<td>Dictionary</td>

FuncGodot Manual/pages/ref_func_godot_map.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2 id="MapSettings">FuncGodotMapSettings</h2>
260260
</td>
261261
</tr>
262262

263-
<tr><td>TrenchBroom</td><td></td><td></td></tr>
263+
<tr class="header"><td>TrenchBroom</td><td></td><td></td></tr>
264264
<tr>
265265
<td>Use Trenchbroom Groups Hierarchy</td>
266266
<td>Bool</td>

FuncGodot Manual/pages/start.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
33
<head>
4-
<title>FuncGodot Manual</title>
4+
<title>FuncGodot v2024.2 Manual</title>
55
<link rel="icon" type="image/x-icon" href="../images/godot_ranger.svg">
66
<link rel="stylesheet" href="../styles.css">
77
</head>

0 commit comments

Comments
 (0)