Improved server

This commit is contained in:
2024-01-26 00:29:05 +01:00
parent 816337ede5
commit 0172a81bdf
17 changed files with 286 additions and 181 deletions

View File

@ -1,7 +1,6 @@
class_name Player
extends Character
func _ready():
var controller := PlayerController.new()
controller.character = self
add_child(controller)
func set_character_name(new_name: String):
name = new_name
get_node("Label").text = name