This commit is contained in:
chimchooree
2022-11-28 22:00:37 -06:00
3 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<p>A tangible entity is a Node that inherits from <a href="/blessfrey-gdd/docs/tangible">mobile entities</a>. It is characterized by its physical presence in the world and possibility for interaction. It rests at res://addons/character_system/tangible.gd. <br></p>
<p>A tangible entity is a Node that inherits from <a href="/blessfrey-gdd/docs/mobile">mobile entities</a>. It extends to characters and floor items. It is characterized by its physical presence in the world and possibility for interaction. It rests at res://addons/character_system/tangible.gd. <br></p>
<br>
<h3>flow </h3>
<p>Groups and default <a href="/blessfrey-gdd/docs/inspect-menu">inspect options</a> are added at ready. <br></p>