Initial commit
This commit is contained in:
12
hero_progress_bar.gd
Normal file
12
hero_progress_bar.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
extends Control
|
||||
|
||||
|
||||
signal value_changed(value : float)
|
||||
var min_value
|
||||
var max_value
|
||||
var step
|
||||
var page
|
||||
var value
|
||||
var exp_edit
|
||||
var rounded
|
||||
var allow_greater
|
||||
Reference in New Issue
Block a user