Skip to content

Commit 1aba108

Browse files
author
github-actions
committed
Update pages
1 parent 65e7f79 commit 1aba108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manual/doc/Naming Manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1 id="naming-explaination">Naming Explaination</h1><ul><li><strong>Check Variables</strong> - Variable only for checking, do not adjust the value of the variables, but you can use to check to see the effect during runtime.<li><strong>Initialize Variables</strong> - Variable only being use in game initialize time, set these kind of variable before hitting play button in order to get the result.<li><strong>Runtime Variables</strong> - Variable will work on both initialize time and runtime, you can adjust the variable during runtime and see the effect.<li><strong>Helper Variables</strong> - Variable only happens in developer mode, so it won't exist in the final build. Usually the helper tool in for level designer.</ul>
1+
<h1 id="naming-explaination">Naming Explaination</h1><ul><li><strong>📋 Check Variables</strong> - Variable only for checking, do not adjust the value of the variables, but you can use to check to see the effect during runtime.<li><strong>🌱 Initialize Variables</strong> - Variable only being use in game initialize time, set these kind of variable before hitting play button in order to get the result.<li><strong>⚡️ Runtime Variables</strong> - Variable will work on both initialize time and runtime, you can adjust the variable during runtime and see the effect.<li><strong>🧪 Helper Variables</strong> - Variable only happens in developer mode, so it won't exist in the final build. Usually the helper tool in for level designer.</ul>

0 commit comments

Comments
 (0)