Added player character and initial interaction functionality

This commit is contained in:
2024-02-24 08:36:43 -06:00
parent 78c4291b6a
commit 5467e044a7
12 changed files with 557 additions and 46 deletions

View File

@@ -6,6 +6,9 @@ extends Node
}
var _pos: Vector2i
func _to_string() -> String:
return "{%s %s}" % [_pos, layer_info]
func _init(pos: Vector2i) -> void:
_pos = pos