Commit Graph

41 Commits

Author SHA1 Message Date
f9c511d6bb add sleeping functionality to Tent object and update player image handling 2025-12-13 14:49:03 +01:00
7f8d9d7e9b add Tent object and implement sleep functionality with lighting adjustments 2025-12-13 14:37:36 +01:00
2105a0e8af add lantern object and implement light management in player and environment 2025-12-13 13:44:52 +01:00
97da3982d1 added stackable functionality to items and improved inventory management 2025-12-13 12:13:01 +01:00
1d6f53a70e added knockback to monsters 2025-12-12 23:45:57 +01:00
580775bf30 added trading system 2025-12-12 16:44:50 +01:00
eb2c435671 made item buyable 2025-12-12 16:33:05 +01:00
484abf4f9b added transition effect to map change 2025-12-12 14:57:47 +01:00
5dd43b6f9d added game over screen 2025-12-12 12:26:32 +01:00
099f52278c save game settings and parse them 2025-12-12 11:34:01 +01:00
d294578a74 finished options menu 2025-12-11 19:21:06 +01:00
21f4acf6b1 make the other buttons in the options menu work 2025-12-11 19:05:35 +01:00
eba67d7cf8 made music and sfx volume adjustable 2025-12-11 18:55:32 +01:00
e9fc671135 added unfinished fullscreen option 2025-12-11 18:26:50 +01:00
5192c8df87 continued options menu 2025-12-09 14:47:43 +01:00
2abdb3b5fb added start of options menu 2025-12-08 20:29:11 +01:00
7ac1207c83 added option subwindow 2025-12-08 14:23:39 +01:00
afcc32dc9f changed UI positions since new screen ratio 2025-12-08 06:12:19 +01:00
51c262d9ac player can now choose between different shields and weapons. added consumable items (healing potion) 2025-11-30 18:29:47 +01:00
02d6672114 added font to repo and simplified inv desc 2025-11-30 17:28:11 +01:00
bbeba11fb9 added new font 2025-11-30 17:25:27 +01:00
cfea57e542 added player inventory 2025-11-30 17:06:31 +01:00
c82bad796e removed unnecessary code 2025-11-30 03:49:21 +01:00
435dbc7c0e added notifications and added leveling system 2025-11-30 03:35:53 +01:00
587a852ffb added display for player stats 2025-11-30 02:36:31 +01:00
298e6c624e added player stats and re-ordered some classes 2025-11-30 01:53:28 +01:00
c55bf8d043 re-arranged some variables 2025-11-29 23:40:47 +01:00
b513370152 arranged large classes 2025-11-29 23:08:20 +01:00
005662e800 added a few notes 2025-11-29 01:28:04 +01:00
b2b65dd290 switched from SuperObject to Entity for objects 2025-11-28 23:04:36 +01:00
4c50f99e67 removed warnings 2025-11-28 21:25:18 +01:00
8add9c7d7a added player life display 2025-11-28 21:22:50 +01:00
5fbf815595 added title screen 2025-11-28 20:37:45 +01:00
4a9eefa416 finished dialogue system 2025-11-28 20:05:19 +01:00
dada9e4f2f open NPC dialogue if you collide with it 2025-11-28 19:54:30 +01:00
b294eb49c8 removed error (only check game state if it is initialized) 2025-11-28 17:07:14 +01:00
1c23a1528e moved some classes for simplification 2025-11-28 16:42:56 +01:00
c3aa7ea540 removed unnecessary code 2025-11-28 16:27:00 +01:00
1bc9ad9923 added gamestates and started pause screen 2025-11-28 16:03:32 +01:00
038fbb14db optimized object scaling 2025-11-28 15:29:25 +01:00
521951129b added UI with inventory and some notifications and an end screen + timer 2025-11-27 18:32:08 +01:00