Skip to content

SecSamDev/HealthBarSAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HealthBarSAO

A SAO health bar for unity3D

Design inspired by: darkblackswords

V1

HealthBar finished

V2

HealthBar finished

Install SVG converter

Its necesary to install first NodeJS and NPM: NodeJS First we need to install SVG to PNG convertes like convert-svg-to-png nodejs library:

npm install --save convert-svg-to-png

Convert SVG to PNG

convert-svg-to-png .\hud_bar.svg
convert-svg-to-png .\hud_full.svg
convert-svg-to-png .\hud_mid.svg
convert-svg-to-png .\hud_wrapper.svg