add cursor texture and color

This commit is contained in:
2025-07-27 03:52:19 +10:00
parent 8df4130a2a
commit 7a2e2da4d0
8 changed files with 179 additions and 129 deletions

View File

@@ -1,6 +1,8 @@
class_name Player
extends CharacterBody3D
@export var cursor_color: Color
@export var _input_mode: Inputer.Mode = Inputer.Mode.KB_MOUSE
@export var _device_index: int = 0