update root unit node to CharacterBody3D and fix selection logic

This commit is contained in:
2024-10-06 01:37:16 +10:00
parent 326877f384
commit a6fb508151
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
extends Node3D
extends CharacterBody3D
class_name TestUnit
var selected: bool = false