Minor improvements

This commit is contained in:
2024-01-22 17:12:26 +01:00
parent b01ae8543b
commit 1f6c128893
4 changed files with 20 additions and 8 deletions

View File

@ -1,2 +1,7 @@
class_name Player
extends Character
func _ready():
var controller := PlayerController.new()
controller.character = self
add_child(controller)