added dash and start of tilesetting

This commit is contained in:
2021-11-21 23:00:07 -06:00
parent 436f2db61f
commit a06458b8a1
12 changed files with 406 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
extends Node2D
func _ready() -> void:
$YSort/Player.position = get_viewport_rect().size / 2
return
$YSort/Player.position = get_viewport_rect().size / 2
return