Commit Graph

47 Commits (b687b49e521b26b213d98d873f013df01ee14fc7)

Author SHA1 Message Date
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
HumanoidSandvichDispenser f0ac72b919
Redesign Arena tilemap (#41)
* Add new tileset

* Change tilemap
2024-06-24 16:07:15 -07:00
HumanoidSandvichDispenser 0c0aa63cc6
Implement phantom camera (#39)
* Add PhantomCamera nodes

* temp: Remove CameraBounds events

* Add CameraTrigger

* Add proper CameraTriggers to Arena.tscn

* Remove CameraBounds
2024-06-07 21:14:35 -07:00
HumanoidSandvichDispenser 8512bfd2de
Fix y-sort not applying to TileMapLayers 2024-06-07 07:10:23 -07:00
HumanoidSandvichDispenser 2ddf6dca5a
Change TileMaps to use TileMapLayers instead
TileMaps are now deprecated in 4.3 beta 1
2024-06-07 06:55:48 -07:00
HumanoidSandvichDispenser 7929053cb3
add background props to Arena map 2024-03-30 01:59:01 -07:00
HumanoidSandvichDispenser e2781c81f2
fix camera bounds extending too far 2024-01-01 23:25:40 -08:00
HumanoidSandvichDispenser 388c2a0e4c
update to godot 4.2, started navmeshes 2023-12-09 16:26:44 -08:00
HumanoidSandvichDispenser fb4681c3cd
assets 2023-12-08 20:28:17 -08:00
HumanoidSandvichDispenser 7925e6858c
weeb npc 2023-11-09 16:24:22 -08:00
HumanoidSandvichDispenser e0809c10da
new soundtrack and updated Map to have music 2023-09-09 15:52:18 -07:00
HumanoidSandvichDispenser 3d561be1a5
default camera bound exports 2023-08-29 11:28:30 -07:00
HumanoidSandvichDispenser e7c5c019cf
fix broken camera bounds 2023-08-27 19:28:32 -07:00
HumanoidSandvichDispenser c603b59850
map particles optimization 2023-08-27 18:58:39 -07:00
HumanoidSandvichDispenser 5c6aa3bf1c
adjusted camera bounds 2023-08-27 12:09:42 -07:00
HumanoidSandvichDispenser 33e47f640f
camera bounds 2023-08-26 01:00:18 -07:00
HumanoidSandvichDispenser 3fed7f1171
snapshot 2023-08-17 22:14:06 -07:00
HumanoidSandvichDispenser 52994723b4
improved map design 2023-08-16 21:03:54 -07:00
HumanoidSandvichDispenser 9de1b41acd
character now teleports to specified marker when switching maps 2023-08-15 19:52:15 -07:00
HumanoidSandvichDispenser 755817e81a
modified visuals and cultist AI 2023-08-14 14:07:57 -07:00
HumanoidSandvichDispenser 24f2c3b9fd
area labels 2023-08-13 20:11:40 -07:00
HumanoidSandvichDispenser 2e1e831195
move UI to its own autoload 2023-08-13 16:49:18 -07:00
HumanoidSandvichDispenser d762a843f4
cleanup 2023-08-12 22:26:48 -07:00
HumanoidSandvichDispenser f3452f7d3e
fixed char targets being locked 2023-08-10 23:08:41 -07:00
HumanoidSandvichDispenser 9a3d6fa8e4
centurion and legionary enemies 2023-08-08 00:54:00 -07:00
HumanoidSandvichDispenser 95e323ed63
saving game state 2023-08-07 02:38:51 -07:00
HumanoidSandvichDispenser 58ad2382fe
arena depths doors 2023-08-06 01:13:44 -07:00
HumanoidSandvichDispenser 393091e546
fixed doc thinker state 2023-08-06 01:07:30 -07:00
HumanoidSandvichDispenser 6b29cbf8fe
cultist npc + buttons wip 2023-08-05 23:50:08 -07:00
HumanoidSandvichDispenser bc85f4e44f
global scene manager (world) 2023-08-03 16:17:34 -07:00
HumanoidSandvichDispenser 7b85ffb5f6
small bugfixes 2023-08-03 10:09:12 -07:00
HumanoidSandvichDispenser 0aa90ea4b3
menu 9-patch rect 2023-08-02 20:01:11 -07:00
HumanoidSandvichDispenser 5dc8015dbf
interactable arena entrance 2023-08-01 23:49:48 -07:00
HumanoidSandvichDispenser 897ec99d26
arena entrance 2023-08-01 02:10:55 -07:00
HumanoidSandvichDispenser d9b9825731
arena exterior 2023-07-31 01:11:55 -07:00
HumanoidSandvichDispenser 5c7b5a86a8
modified palette 2023-07-28 17:54:56 -07:00
HumanoidSandvichDispenser 8ef18b0ae1
updated sprites 2023-07-27 11:39:24 -07:00
HumanoidSandvichDispenser 5fab0c8ff0
dialog and intro state 2023-07-25 03:48:02 -07:00
HumanoidSandvichDispenser 0d403044e1
wip: doc lance 2023-07-23 23:39:20 -07:00
HumanoidSandvichDispenser 82c8e85c63
boss UI 2023-07-23 11:05:01 -07:00
HumanoidSandvichDispenser 5186a85803
improved visuals 2023-07-22 20:23:48 -07:00
HumanoidSandvichDispenser 64329f1992
new effects and stuff 2023-07-21 02:54:13 -07:00
HumanoidSandvichDispenser 4ac4590cae
torches 2023-07-19 01:25:02 -07:00
HumanoidSandvichDispenser 2979f69405
rework spike attack; added unwanted frequency 2023-07-19 00:17:25 -07:00
HumanoidSandvichDispenser 65fe4cf03d
rename shungite spike to shungite dart 2023-07-17 23:54:07 -07:00
HumanoidSandvichDispenser 54c2bef86b
sprites for doc attack state 2023-07-17 09:30:49 -07:00
HumanoidSandvichDispenser 97c2b243c7
doc boss (wip) 2023-07-13 23:46:58 -07:00