Skip to content

Commit

Permalink
Fix a text
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed May 24, 2023
1 parent f7e73ea commit 2b32162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Node_IsRendered_Name,Visibility
Node_IsRendered_Desc,"Whether to draw the instance to the viewport.
Has nothing to do with the final output."
Node_IsRendered_Desc,"From here, you can set some global parameters for the particle node, such as its name,
the number of particles to be generated, and other particle settings."
,
Node_Name_Name,Name
Node_Name_Desc,The name of the node.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Node_IsRendered_Name,Visible
Node_IsRendered_Desc,"Hace que sea visible o invisible este nodo.
(Las funciones del Nodo seguirán operativas) ."
Node_IsRendered_Desc,"From here, you can set some global parameters for the particle node, such as its name,
the number of particles to be generated, and other particle settings."
,
Node_Name_Name,Nombre
Node_Name_Desc,El nombre del Nodo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Node_IsRendered_Name,描画
Node_IsRendered_Desc,"編集画面にインスタンスを描画するかどうか
最終的に出力される結果には関係ない。"
Node_IsRendered_Desc,"このノードから発生するパーティクルを画面に描画するかどうか、を設定します
これをチェックすると、パーティクルが画面に描画されます。 ゲーム向けに出力する時、これをチェックしていないとパーティクルは描画されません。"
,
Node_Name_Name,名称
Node_Name_Desc,"ノードの名称。
Expand Down

0 comments on commit 2b32162

Please sign in to comment.