Ship mostly works #10

Merged
chrisbell merged 60 commits from feature/ship-syncing into develop 2024-12-29 04:35:51 +00:00
3 changed files with 4 additions and 0 deletions
Showing only changes of commit cb8da7c59e - Show all commits

View File

@ -20,6 +20,8 @@ var steam_id: int = 0
@export var player_avatar_face: Sprite3D
@export var body: MeshInstance3D
@export var head: MeshInstance3D
@export var player_hud: CanvasLayer
var jumping: bool = false
var is_using_joystick: bool = false
@ -54,6 +56,8 @@ func _ready() -> void:
head.hide()
player_avatar_face.hide()
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
else:
player_hud.hide()
func _input(event):

Binary file not shown.