You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			12 lines
		
	
	
		
			211 B
		
	
	
	
		
			GDScript
		
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			211 B
		
	
	
	
		
			GDScript
		
	
| 
											2 years ago
										 | extends Node3D | ||
|  | 
 | ||
|  | @export var player:CharacterCfg | ||
|  | 
 | ||
|  | @onready var character_manager = (%CharacterManager as CharacterManager) | ||
|  | 
 | ||
|  | func _ready(): | ||
|  | 	character_manager.create_character(player) | ||
|  | 
 | ||
|  | func _process(delta): | ||
|  | 	pass |