A Hat in Time

A Hat in Time

Playable2D Niko
Showing 11-15 of 15 entries
< 1  >
Update: 18 Oct, 2024 @ 6:36am

Changed file and class
"Don_Player2D_PlayerIcon_Niko"
to "Don_Player2D_Niko_PlayerIcon"
to better match other file names.

Cleaned up unnecessary references in Player2D_Base class and set them to None by default
ObjectiveActorClass = None
PlayerVisualClass(0) = None

Update: 17 Oct, 2024 @ 1:10pm

Fixed NPC Tease animation not updating properly when turning camera around.

Update: 17 Oct, 2024 @ 12:30pm

Player Select Hub Swapper mod issues fixed.
Base Player2D class now has "abstract;"

Update: 17 Oct, 2024 @ 11:48am

Added Super.Destroyed(); to Destroyed function.
To fix ObjectiveActor being stuck when swapping character.

Update: 17 Oct, 2024 @ 10:45am

Initial Release!