Commit Graph

16 Commits

Author SHA1 Message Date
86e6db9db4 Udpated the engine and the tools. 2022-04-08 22:13:38 +02:00
8d22d88ba9 Now the project uses the pandemonium engine. (My heavily modified godot fork.) 2022-03-26 14:04:56 +01:00
7953add9a3 Added the rtile_map module to the project, and swicthed the terrain tilmaps to it. It's effect is barely visible at the moment. Will probably add a rao strength parameter to it eventually. 2022-01-30 19:51:23 +01:00
34a1fea69b Remove the physics colliders from the tilesets, as the physics system is not used anymore. 2020-07-17 13:23:50 +02:00
7843e75599 Implement support for multiple levels. 2020-07-16 19:36:14 +02:00
df0584a9e1 Renamed World.gd to DungeonLevel.gd. 2020-07-16 17:22:28 +02:00
29f32bb3cb Removed the 16x16 and 8x8 tilesets, as I don't like the feel that they give. I kept all of the 32x32 ones for now, but eventually I'll probably end up with a mixed tileset built from all of them. 2020-07-16 15:27:39 +02:00
95b79322cd Improved the tilesets. 2020-07-16 00:56:49 +02:00
8d34206fe3 Implement visibility based on the same tutorial. 2020-07-15 18:57:45 +02:00
f6ce594362 Level generation and player movement based on https://www.youtube.com/watch?v=vQ1UGbUlzH4 . 2020-07-15 16:26:14 +02:00
1e14874db8 Work on the new controls. 2020-07-15 00:41:25 +02:00
a6727bab07 Turned on mob spawning. 2020-07-13 21:57:53 +02:00
fcfed3b282 Test player sprites for all styles. 2020-07-13 21:40:26 +02:00
4e78f34268 Added simple style selection. Also player's skeleton is now using a simpler setup. 2020-07-13 20:52:10 +02:00
ac75b6a45e Added a bunch of tilesets from opengameart, as I want to try a few different styles. 2020-07-13 19:33:29 +02:00
cc1c3114e7 Grab everything from the 2d version. 2020-07-11 23:36:22 +02:00