On November 22, 2022 I added textures to the inventory items. The images show what kind of item is in each slot, and the background color indicates the rarity of the item. Around this time, I also added in some code to combine the item stats if multiple affixes added the same stat. Unfortunately, while I was adding in inventory related changes, the floor started disappearing but only when the UI was present.
Related Posts
A Complete Game?
December 17, 2023
Since my last post, I have added: Since the player can now defeat enemies, lose, and restart, this is technically now a game. There may be no sound, but it......
Many Enemies
December 10, 2023
Since last post I fixed the rendering having blown out diffuse/specular textures, optimized some of the rendering and compute shaders, and added: I added a new model for enemies, and......
Procedural Map Loading
November 25, 2023
I have recently completed a few important things on the bullet hell game. The player now has a nicer model, a suit of armor, and the floor is now a......
Leave a Comment