This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Author: themehrankhan | |
| using UnityEngine; | |
| using UnityEngine.UI; | |
| /// <summary> | |
| /// A health bar that is represented by a slider UI element. | |
| /// It can be used to display the player's current health in the game. | |
| /// | |
| /// To use the health bar, simply attach this script to a game object in your scene |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| ## Open [https://scriptkit.com/scripts](https://scriptkit.com/scripts) | |
| Browse scripts contribued by the Script Kit community. 🎉 | |
| To share your own script, post to our Script Kit GitHub Discussions: | |
| [https://github.com/johnlindquist/kit/discussions](https://github.com/johnlindquist/kit/discussions) | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- Replace with your own title --> | |
| <title>Redirecting to old website...</title> | |
| <script> | |
| // Add your own shareable dropbox link | |
| window.location.replace("https://tehmarkaz.framer.website"); | |
| </script> |
NewerOlder