Skip to content

Commit 4ac7e5d

Browse files
committed
Update README.lua
1 parent 4e37641 commit 4ac7e5d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Data/Scripts/README.lua

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
--[[
2-
_____ _ _____ _ _ _
3-
| __ \| | |_ _| | (_) | |
4-
| |__) | | __ _ _ _ ___ _ __ | | _ __ __| |_ ___ __ _| |_ ___ _ __
2+
_____ _ _____ _ _ _
3+
| __ \| | |_ _| | (_) | |
4+
| |__) | | __ _ _ _ ___ _ __ | | _ __ __| |_ ___ __ _| |_ ___ _ __
55
| ___/| |/ _` | | | |/ _ \ '__| | | | '_ \ / _` | |/ __/ _` | __/ _ \| '__|
6-
| | | | (_| | |_| | __/ | _| |_| | | | (_| | | (_| (_| | || (_) | |
7-
|_| |_|\__,_|\__, |\___|_| |_____|_| |_|\__,_|_|\___\__,_|\__\___/|_|
8-
__/ |
9-
|___/
6+
| | | | (_| | |_| | __/ | _| |_| | | | (_| | | (_| (_| | || (_) | |
7+
|_| |_|\__,_|\__, |\___|_| |_____|_| |_|\__,_|_|\___\__,_|\__\___/|_|
8+
__/ |
9+
|___/
1010
-------------------------------------------------------------------------------
1111
1212
The Player Indicator component will add an indicator above all player's heads in the game so that players
13-
can easily find where other players are in the game. This is useful for open world games where finding
13+
can easily find where other players are in the game. This is useful for open world games where finding
1414
players can improve the experience for the player themself. It also helps make the world feel active.
1515
1616
-----------------------------------------------------------------------------------------------------------------
17+
====
18+
NOTE
19+
====
20+
21+
If the Dependent folders are empty in Project Content under Imported Content for this component, save and reload the project to fix it.
1722
1823
==========
1924
How to use
@@ -59,4 +64,4 @@ If enabled, then a random color from the Colors table will be used.
5964
6065
A table of colors to use if RandomColor is enabled.
6166
62-
--]]
67+
--]]

0 commit comments

Comments
 (0)