Camera limits, key in chest, dark forest tilesetter

This commit is contained in:
Jasmine
2021-12-01 20:59:53 -06:00
parent 9d2a15985c
commit 1e8a8a15f8
34 changed files with 855 additions and 255 deletions

View File

@@ -1,6 +1,7 @@
extends Node2D
func _ready() -> void:
$YSort/Player.position = get_viewport_rect().size / 2
#$YSort/Player.position = get_viewport_rect().size / 2
$YSort/Player.position = Vector2(0,0)
$YSort/Player.load_hud($HUD)
return