Skip to content

Commit

Permalink
Update README.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderFoo committed Oct 19, 2022
1 parent c8a08ed commit 9894d17
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Data/Scripts/README.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--[[
_____ _ _ _ _ _ _ _ _
| __ \ | | | | | | | | | | | | | | |
| | | | __ _ _ __ ___ __ _ __ _ ___ __ _| |__ | | ___ | |__| | ___ __ _| | |_| |__ | |__ __ _ _ __
_____ _ _ _ _ _ _ _ _
| __ \ | | | | | | | | | | | | | | |
| | | | __ _ _ __ ___ __ _ __ _ ___ __ _| |__ | | ___ | |__| | ___ __ _| | |_| |__ | |__ __ _ _ __
| | | |/ _` | '_ ` _ \ / _` |/ _` |/ _ \/ _` | '_ \| |/ _ \ | __ |/ _ \/ _` | | __| '_ \| '_ \ / _` | '__|
| |__| | (_| | | | | | | (_| | (_| | __/ (_| | |_) | | __/ | | | | __/ (_| | | |_| | | | |_) | (_| | |
|_____/ \__,_|_| |_| |_|\__,_|\__, |\___|\__,_|_.__/|_|\___| |_| |_|\___|\__,_|_|\__|_| |_|_.__/ \__,_|_|
__/ |
|___/
| |__| | (_| | | | | | | (_| | (_| | __/ (_| | |_) | | __/ | | | | __/ (_| | | |_| | | | |_) | (_| | |
|_____/ \__,_|_| |_| |_|\__,_|\__, |\___|\__,_|_.__/|_|\___| |_| |_|\___|\__,_|_|\__|_| |_|_.__/ \__,_|_|
__/ |
|___/
--------------------------------------------------------------------------------------------------------------
The Damageable Health bar component will show a health bar for objects that can take damage and die. For example,
Expand All @@ -16,6 +16,11 @@ object above it.
This can be useful to show the amount of health an object has left for players.
-----------------------------------------------------------------------------------------------------------------
====
NOTE
====
If the Dependent folders are empty in Project Content under Imported Content for this component, save and reload the project to fix it.
==========
How to use
Expand Down Expand Up @@ -50,4 +55,4 @@ The width of the bar.
The height of the bar.
--]]
--]]

0 comments on commit 9894d17

Please sign in to comment.