MiauRizius
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-12 16:46:45 +01:00
580775bf30 added trading system
eb2c435671 made item buyable
484abf4f9b added transition effect to map change
Compare 3 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-12 14:30:15 +01:00
d546d302c6 lower cased Config#SETTING to Config#Setting
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-12 13:49:33 +01:00
7e8a27a671 made map switching possible
de42dd6bd6 events are now world-bound
4aabe84d59 all entity arrays are now two-dimensional (with map index so entities won't be rendered on any map anymore)
67309a6e28 changed tile array to three-dimensional array (i0=map; i1=col; i2=row)
Compare 4 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-12 12:27:06 +01:00
5dd43b6f9d added game over screen
785a76942e optimized settings
099f52278c save game settings and parse them
Compare 3 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-11 19:21:12 +01:00
d294578a74 finished options menu
21f4acf6b1 make the other buttons in the options menu work
eba67d7cf8 made music and sfx volume adjustable
e9fc671135 added unfinished fullscreen option
Compare 4 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-09 14:47:52 +01:00
5192c8df87 continued options menu
2abdb3b5fb added start of options menu
7ac1207c83 added option subwindow
Compare 3 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-08 06:26:00 +01:00
fb0273afb0 fixed bug in build.sh
MiauRizius closed issue MiauRizius/JGame2D#7 2025-12-08 06:19:31 +01:00
fullscreen mode
MiauRizius commented on issue MiauRizius/JGame2D#7 2025-12-08 06:19:30 +01:00
fullscreen mode

added with b4d07b0d99

MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-08 06:19:15 +01:00
b4d07b0d99 automatically switch to fullscreen
afcc32dc9f changed UI positions since new screen ratio
f4b14214bd added new drawing method for easily changing the screen size
40111da691 fixed small bug
0f216c6c56 added particles to projectile hits
Compare 6 commits »
MiauRizius opened issue MiauRizius/JGame2D#7 2025-12-08 05:57:31 +01:00
fullscreen mode
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-08 05:22:38 +01:00
f6de147046 updated README.md
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-08 05:14:51 +01:00
c687c4005c removed .iml from remote
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-08 05:12:46 +01:00
600a225064 added hitbox of ITiles to entities
9916fa8b25 added iTile life
285b18b4cc play sound and change presence of tile if interacted with
730c7d406e added item requirements
49c8b59d68 created destructible tiles
Compare 6 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-07 01:02:44 +01:00
1443722f0c added monster drops
6254eb2501 make heart collectable
Compare 2 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-07 00:25:24 +01:00
54458293ba disable usage of fireballs for players
ce8a97c0cc made projectile usage available for monsters
Compare 2 commits »
MiauRizius pushed to main at MiauRizius/JGame2D 2025-12-07 00:07:56 +01:00
5da7c43edf added projectile system and sample fireball projectile
MiauRizius opened issue MiauRizius/JGame2D#6 2025-12-02 13:45:16 +01:00
simplify sprite parsing
MiauRizius commented on issue MiauRizius/JGame2D#3 2025-12-02 13:34:39 +01:00
show hitboxes in debug mode
MiauRizius closed issue MiauRizius/JGame2D#3 2025-12-02 13:34:39 +01:00
show hitboxes in debug mode