Initial reorganization of shmup prroject; temp player sprites added.
This commit is contained in:
parent
02d14e913c
commit
accc463791
116 changed files with 298 additions and 177 deletions
|
|
@ -1,6 +0,0 @@
|
|||
extends TextureProgressBar
|
||||
|
||||
func _ready():
|
||||
self.value = 0
|
||||
var shield_tween = get_tree().create_tween()
|
||||
shield_tween.tween_property(self, "value", 100, 3).set_trans(Tween.TRANS_LINEAR)
|
||||
Loading…
Add table
Add a link
Reference in a new issue