Minor improvements
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
class_name Player
|
||||
extends Character
|
||||
|
||||
func _ready():
|
||||
var controller := PlayerController.new()
|
||||
controller.character = self
|
||||
add_child(controller)
|
Reference in New Issue
Block a user