mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 02:45:54 +00:00
Triggerable acid
This commit is contained in:
parent
e85a4afa3f
commit
796f70b69a
16 changed files with 1329 additions and 968 deletions
|
|
@ -40,6 +40,9 @@ public partial class Active : BaseState<PlayerState, CharacterBody3D>
|
|||
public override void EnterState()
|
||||
{
|
||||
base.EnterState();
|
||||
|
||||
MainObject.Show();
|
||||
|
||||
// enable sprite
|
||||
// enable crosshair
|
||||
//_crosshairProvider.Show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue