Initial commit of Escoria-Reloaded. Still a lot of missing stuff.
This commit is contained in:
5
game/characters/tools/debug_label.gd
Normal file
5
game/characters/tools/debug_label.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
var scale = get_parent().get_scale()
|
||||
self.set_scale(Vector2(1/scale.x, 1/scale.y)) #2D
|
||||
Reference in New Issue
Block a user