SupaLidlGame/State/Character
HumanoidSandvichDispenser b687b49e52
Implement all current work-in-progress features (#43)
* Add WIP vendors

* Add TimerExtensions

* chore: Update dialogue manager version

* Add Inventory.EquippedItem signal

* Move files to UI.Inventory namespace

* Modify Hotbar and InventorySlot organization

Made InventorySlot a bit more modular.

* Modify hotbar icons

* Implement request to display shop

* Add forsenLevel placeholder icon

* Add shop UI

* Update UI to use theme and click through

* Update item metadata

Added placeholder icons for items without an icon.

* Add Snus Dealer example vendor NPC

* Implement factions with bitflags instead

* Fix typo in Doc dialogue

* Hide and show shop menu

* Add shaders

* Add newline to console output

* Add modal interface

* wip: new sprites

* Add new tileset

* wip: Redesign Depths of the Arena

* Change tiles

* Implement igniting bow arrows

* Add bow alt-fire ability

* Update Arena redesign

* Add Doc summon sounds

* Add inventory menu

* Add glow to effects

* Add some props to ArenaExterior

* Add alt fire to RangedIdleState

* Add keybinds for inventory menu

* Make arrows remain on fire if bow was set on fire

* Redesign Arena

* Add Sword effects and self knockback

* Update lighting effects

* Add wait/delay for Doc to exit when attacking

* Modify UI
2024-09-16 12:33:29 -07:00
..
Animation cultist npc + buttons wip 2023-08-05 23:50:08 -07:00
CharacterDashState.cs modular movement ability states 2023-09-16 22:14:23 -07:00
CharacterState.cs handle unhandled input for `CharacterState` 2024-01-06 14:13:11 -08:00
CharacterStateMachine.cs fix sprites being translated down on stun anim 2024-01-06 14:11:45 -08:00
NPCIdleState.cs updated sprites 2023-07-27 11:39:24 -07:00
NPCMoveState.cs centurion and legionary enemies 2023-08-08 00:54:00 -07:00
NPCState.cs cultist npc + buttons wip 2023-08-05 23:50:08 -07:00
PlayerEmoteState.cs emoting 2023-08-02 01:59:37 -07:00
PlayerHealState.cs forsenMaxLevel (wip) 2023-09-17 23:15:51 -07:00
PlayerIdleState.cs bow and arrow weapon 2023-09-10 17:08:14 -07:00
PlayerMaxLevelState.cs forsenMaxLevel (wip) 2023-09-17 23:15:51 -07:00
PlayerMoveState.cs modular movement ability states 2023-09-16 22:14:23 -07:00
PlayerRollState.cs add VelocityModifier property to roll state 2023-12-16 16:38:52 -08:00
PlayerState.cs Implement all current work-in-progress features (#43) 2024-09-16 12:33:29 -07:00