This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Actors/Objects/PowerStorage/UI/PowerUI.gd

7 lines
106 B
GDScript3
Raw Normal View History

2020-07-07 18:42:22 +00:00
extends Control
onready var scene = $"/root/scene" as GameInstance
2020-07-09 07:19:17 +00:00
func _physics_process(_delta):
2020-07-07 18:42:22 +00:00
pass