Remove unused scenes

This commit is contained in:
Nathan Lovato 2019-07-25 09:58:02 +02:00
parent 6a85e8fb30
commit 1b3cd08ebf
5 changed files with 0 additions and 562 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,14 +0,0 @@
extends CanvasLayer
"""
Example of usage of DebugPanels from other classes
"""
func _ready():
$StatsDebugPanel.reference_node = get_node("../Player/Stats")
$StatsDebugPanel.properties = PoolStringArray(["health", "attack"])
$StatsDebugPanel.setup()
#Let's say you want a new property to be set in the middle of a test
yield(get_tree().create_timer(1.0), "timeout")
$StatsDebugPanel.add_property_label("armor")

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long