Zed A. Shaw
|
931d9493d2
|
The raycaster can now pair a floor with a ceiling tile and to demonstrate this I have a blue light that shines on to a stone floor. I also played with just pixelating a regular image rather than painting it and honestly it looks better in a lot of ways.
|
2025-05-26 13:59:26 -04:00 |
|
Zed A. Shaw
|
3a745d492a
|
Refactored out the tilemap since it was mostly doing nothing useful.
|
2025-05-25 11:39:43 -04:00 |
|
Zed A. Shaw
|
d0a6a92bc8
|
More testing improvements.
|
2025-02-21 13:21:13 -05:00 |
|
Zed A. Shaw
|
0260e3d345
|
Textures and sprites are now managed by a single module in textures.hpp, and even though it is a _single_ location to access all sprites it is NOT a singleton. Those are illegal.
|
2025-02-21 03:32:44 -05:00 |
|
Zed A. Shaw
|
f3e1413022
|
Intermediate refactor to move everything over to using the textures module rather than everyone using one TexturePack thing.
|
2025-02-21 03:00:56 -05:00 |
|